QQPlot Module

Types

Type Description

QuantileMethod

Functions and values

Function or value Description

fromTwoSamples sampleA sampleB

Full Usage: fromTwoSamples sampleA sampleB

Parameters:
    sampleA : seq<float>
    sampleB : seq<float>

Returns: seq<float * float>

Computes the quantile quantile coordinates of two sample distributions. If samples are not the same size, the larger samples is interpolated to match the quantiles of the smaller.

sampleA : seq<float>
sampleB : seq<float>
Returns: seq<float * float>