Header menu logo FSharp.Stats

QQPlot Module

Types

Type Description

QuantileMethod

Functions and values

Function or value Description

fromTwoSamples sampleA sampleB

Full Usage: fromTwoSamples sampleA sampleB

Parameters:
    sampleA : float seq
    sampleB : float seq

Returns: (float * float) seq

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 : float seq
sampleB : float seq
Returns: (float * float) seq

Type something to start searching.