|
ProportionalHazardsLogLikelihood Method (Double, Double)
|
Predicts a class label vector for the given input vectors, returning the
log-likelihood that the input vector belongs to its predicted class.
Namespace:
Accord.Statistics.Models.Regression
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[] LogLikelihood(
double[][] input,
double[] time
)
Public Function LogLikelihood (
input As Double()(),
time As Double()
) As Double()
Request Example
View SourceParameters
- input
- Type: SystemDouble
The input vector. - time
- Type: SystemDouble
The event times.
Return Value
Type:
DoubleSee Also