Click or drag to resize

MultinomialRegressionEstimate Method (Matrix, Matrix)

Computes predicted probabilities for the multinomial logistic regression model with predictors X.

Namespace:  FinMath.LeastSquares
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void Estimate(
	Matrix X,
	Matrix result
)

Parameters

X
Type: FinMath.LinearAlgebraMatrix
X is M-by-P matrix with P predictor variables for each of M predictors.
result
Type: FinMath.LinearAlgebraMatrix
Result is M-by-K matrix with K probabilities for each of M predictors.
See Also