|
Array
|
Module to compute common statistical measure on array
|
|
ArrayExtension
|
|
|
ConfidenceInterval
|
|
|
Correlation
|
Contains correlation functions for different data types
|
|
DistanceMetrics
|
Functions for computing distances of elements or sets
|
|
Formatting
|
|
|
FSIPrinters
|
|
|
Geometry
|
|
|
HermiteMethod
|
|
|
IFsiFormattable
|
|
|
IMatrixFormattable
|
|
|
Interpolation (Module)
|
This module contains functionalities to perform various interpolation methods for two dimensional data.
|
|
Interpolation (Type)
|
This type contains functionalities to perform various interpolation methods for two dimensional data. It summarizes functions contained within the interpolation module.
|
|
InterpolationCoefficients
|
This type summarizes coefficient types from various interpolation methods.
|
|
InterpolationMethod
|
Lets the user choose between 5 interpolation methods. One simply connects dots (LinearSpline), one forms a single interpolating polynomial (Polynomial, and three of them employ piecewise cubic polynomials.
|
|
Interval
|
|
|
Interval<'a>
|
Represents an interval between two values of type 'a, which can be either inclusive or exclusive.
|
|
IRowVectorFormattable
|
|
|
ITable<'R, 'C, 'T>
|
A general read-only 2D table abstraction.
|
|
ITableMutable<'R, 'C, 'T>
|
A read/write extension (if you need mutability)
|
|
IVectorFormattable
|
|
|
JaggedArray
|
|
|
JaggedList
|
|
|
List
|
Module to compute common statistical measure on list
|
|
ListExtension
|
|
|
Map
|
Module to strore specialised computations on maps
|
|
Ops
|
|
|
Permutation (Module)
|
The Permutation module defines a type and helper functions
for representing and constructing permutations from integer arrays.
|
|
Permutation (Type)
|
A permutation represented as a function from indices to indices.
If P is a Permutation, then P(i) gives the
new row index for row i (or vice versa).
|
|
Precision
|
Module to estimate different quantile measures
|
|
Quantile
|
Module to estimate different quantile measures
|
|
Random
|
Uniform random number generators
|
|
Rank (Module)
|
|
|
Rank (Type)
|
The rank of a number is its size relative to other values in a sequence
|
|
Seq
|
Module to compute common statistical measures.
|
|
SeqExtension
|
|
|
SummaryStats
|
Module to compute summary statistics for a collection of numeric values,
including the count, mean, M2 (sum of squared deviations),
minimum, and maximum.
|
|
Table<'R, 'C, 'T>
|
A 2D table with generic row‐labels and column‐labels,
backed by a flattened Matrix<'T>
|
|
Vector
|
|