Click or drag to resize

Multivariate Methods

The Multivariate type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMeansClustering
Compute k-means clusters of the data.
Public methodStatic memberMultiLinearLogisticRegression(IReadOnlyList<Boolean>, IReadOnlyDictionary<String, IReadOnlyList<Double>>)
Performs a multivariate linear logistic regression on the named columns.
Public methodStatic memberMultiLinearLogisticRegression(IReadOnlyList<Boolean>, IReadOnlyList<IReadOnlyList<Double>>)
Performs a multivariate linear logistic regression on the listed columns.
Public methodStatic memberMultiLinearLogisticRegression(IReadOnlyList<Boolean>,IReadOnlyList<Double>[])
Performs a multivariate linear logistic regression.
Public methodStatic memberMultiLinearRegression(IReadOnlyList<Double>, IReadOnlyDictionary<String, IReadOnlyList<Double>>)
Performs a multivariate linear regression on the named columns.
Public methodStatic memberMultiLinearRegression(IReadOnlyList<Double>, IReadOnlyList<IReadOnlyList<Double>>)
Performs a multivariate linear regression on the listed columns.
Public methodStatic memberMultiLinearRegression(IReadOnlyList<Double>,IReadOnlyList<Double>[])
Performs a multivariate linear regression.
Public methodStatic memberPrincipalComponentAnalysis(IReadOnlyList<IReadOnlyList<Double>>)
Performs a principal component analysis of the multivariate sample.
Public methodStatic memberPrincipalComponentAnalysis(IReadOnlyList<Double>[])
Performs a principal component analysis of the columns.
Public methodStatic memberRawMoment(IReadOnlyList<IReadOnlyList<Double>>, IReadOnlyList<Int32>)
Computes the multivariate raw moment specified by the listed powers.
Public methodStatic memberRawMoment(IReadOnlyList<IReadOnlyList<Double>>,Int32[])
Computes the specified multivariate raw moment.
Top
See Also