[ILNumerics Statistics Toolbox]
ILNumerics.ToolboxesStatistics
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
The Statistics type exposes the following members.
Name | Description | |
---|---|---|
cov(InArrayDouble, Boolean) |
Covariance matrix of A.
[ILNumerics Statistics Toolbox] | |
cov(InArraySingle, Boolean) |
Covariance matrix of A.
[ILNumerics Statistics Toolbox] | |
hist |
Calculates the histogram of the given samples.
[ILNumerics Statistics Toolbox] | |
histc |
Calculates the cumulated histogram of the given samples.
[ILNumerics Statistics Toolbox] | |
histn |
Calculates the normalized (with the number of the samples) histogram of the given samples.
[ILNumerics Statistics Toolbox] | |
histnc |
Calculates the normalized (with the number of the samples) cumulated histogram of the given samples.
[ILNumerics Statistics Toolbox] | |
median(InArraycomplex, Int32) |
Calculates median along the specified dimension.
[ILNumerics Statistics Toolbox] | |
median(InArrayfcomplex, Int32) |
Calculates median along the specified dimension.
[ILNumerics Statistics Toolbox] | |
median(InArrayByte, Int32) |
Calculates median along the specified dimension.
[ILNumerics Statistics Toolbox] | |
median(InArrayDouble, Int32) |
Calculates median along the specified dimension.
[ILNumerics Statistics Toolbox] | |
median(InArrayInt32, Int32) |
Calculates median along the specified dimension.
[ILNumerics Statistics Toolbox] | |
median(InArrayInt64, Int32) |
Calculates median along the specified dimension.
[ILNumerics Statistics Toolbox] | |
median(InArraySingle, Int32) |
Calculates median along the specified dimension.
[ILNumerics Statistics Toolbox] | |
mvnpdf(InArrayDouble, InArrayDouble, InArrayDouble) |
Probability density function for a multivariate normal random distribution.
[ILNumerics Statistics Toolbox] | |
mvnpdf(InArraySingle, InArraySingle, InArraySingle) |
Probability density function for a multivariate normal random distribution.
[ILNumerics Statistics Toolbox] | |
mvnrnd |
Choose one sample from a multivariate random distribution.
[ILNumerics Statistics Toolbox] | |
mvnrnd(Int32) |
Choose samples from a multivariate random distribution.
[ILNumerics Statistics Toolbox] | |
mvnrnd(InArrayDouble, InArrayDouble, Int32, Boolean) |
Chooses samples from a multivariate random distribution.
[ILNumerics Statistics Toolbox] | |
mvnrnd(InArraySingle, InArraySingle, Int32, Boolean) |
Chooses samples from a multivariate random distribution.
[ILNumerics Statistics Toolbox] | |
nanmean(InArraycomplex, Int32) |
Mean of array along specified dimension ignoring NaN values.
[ILNumerics Statistics Toolbox] | |
nanmean(InArrayfcomplex, Int32) |
Mean of array along specified dimension ignoring NaN values.
[ILNumerics Statistics Toolbox] | |
nanmean(InArrayDouble, Int32) |
Mean of array along specified dimension ignoring NaN values.
[ILNumerics Statistics Toolbox] | |
nanmean(InArraySingle, Int32) |
Mean of array along specified dimension ignoring NaN values.
[ILNumerics Statistics Toolbox] | |
nansum(InArraycomplex, Int32) |
Sums the elements along first non singleton dimension ignoring NaN values.
[ILNumerics Statistics Toolbox] | |
nansum(InArrayfcomplex, Int32) |
Sums the elements along first non singleton dimension ignoring NaN values.
[ILNumerics Statistics Toolbox] | |
nansum(InArrayDouble, Int32) |
Sums the elements along first non singleton dimension ignoring NaN values.
[ILNumerics Statistics Toolbox] | |
nansum(InArraySingle, Int32) |
Sums the elements along first non singleton dimension ignoring NaN values.
[ILNumerics Statistics Toolbox] | |
randperm |
Creates a random permutation of integers.
[ILNumerics Statistics Toolbox] | |
select(InArraycomplex, Int32, Int32) |
Selects the k-th smallest element from an array along a specific dimension.
[ILNumerics Statistics Toolbox] | |
select(InArrayfcomplex, Int32, Int32) |
Selects the k-th smallest element from an array along a specific dimension.
[ILNumerics Statistics Toolbox] | |
select(InArrayByte, Int32, Int32) |
Selects the k-th smallest element from an array along a specific dimension.
[ILNumerics Statistics Toolbox] | |
select(InArrayDouble, Int32, Int32) |
Selects the k-th smallest element from an array along a specific dimension.
[ILNumerics Statistics Toolbox] | |
select(InArrayInt32, Int32, Int32) |
Selects the k-th smallest element from an array along a specific dimension.
[ILNumerics Statistics Toolbox] | |
select(InArrayInt64, Int32, Int32) |
Selects the k-th smallest element from an array along a specific dimension.
[ILNumerics Statistics Toolbox] | |
select(InArraySingle, Int32, Int32) |
Selects the k-th smallest element from an array along a specific dimension.
[ILNumerics Statistics Toolbox] | |
std(InArrayDouble, InArrayDouble, Boolean, Int32) |
Calculates the standard deviation for values in A.
[ILNumerics Statistics Toolbox] | |
std(InArraySingle, InArraySingle, Boolean, Int32) |
Calculates the standard deviation for values in A.
[ILNumerics Statistics Toolbox] | |
var(InArrayDouble, InArrayDouble, Boolean, Int32) |
Calculates the variance along dimension of A.
[ILNumerics Statistics Toolbox] | |
var(InArraySingle, InArraySingle, Boolean, Int32) |
Calculates the variance along dimension of A.
[ILNumerics Statistics Toolbox] |
[ILNumerics Statistics Toolbox]