Click or drag to resize

MultinomialRegressionEstimate Method (Vector, Vector)

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

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

Parameters

X
Type: FinMath.LinearAlgebraVector
X is vector with P predictor variables.
result
Type: FinMath.LinearAlgebraVector
Result is vector with K probabilities for the multinomial logistic regression model with predictors X.
See Also