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(IReadOnlyListBoolean, IReadOnlyDictionaryString, IReadOnlyListDouble)
Performs a multivariate linear logistic regression on the named columns.
Public methodStatic memberMultiLinearLogisticRegression(IReadOnlyListBoolean, IReadOnlyListIReadOnlyListDouble)
Performs a multivariate linear logistic regression on the listed columns.
Public methodStatic memberMultiLinearLogisticRegression(IReadOnlyListBoolean, IReadOnlyListDouble)
Performs a multivariate linear logistic regression.
Public methodStatic memberMultiLinearRegression(IReadOnlyListDouble, IReadOnlyDictionaryString, IReadOnlyListDouble)
Performs a multivariate linear regression on the named columns.
Public methodStatic memberMultiLinearRegression(IReadOnlyListDouble, IReadOnlyListIReadOnlyListDouble)
Performs a multivariate linear regression on the listed columns.
Public methodStatic memberMultiLinearRegression(IReadOnlyListDouble, IReadOnlyListDouble)
Performs a multivariate linear regression.
Public methodStatic memberPrincipalComponentAnalysis(IReadOnlyListIReadOnlyListDouble)
Performs a principal component analysis of the multivariate sample.
Public methodStatic memberPrincipalComponentAnalysis(IReadOnlyListDouble)
Performs a principal component analysis of the columns.
Public methodStatic memberRawMoment(IReadOnlyListIReadOnlyListDouble, IReadOnlyListInt32)
Computes the multivariate raw moment specified by the listed powers.
Public methodStatic memberRawMoment(IReadOnlyListIReadOnlyListDouble, Int32)
Computes the specified multivariate raw moment.
Top
See Also