|
ProportionalHazardsCompute Method (Double)
|
Note: This API is now obsolete.
Obsolete. Please use the Probability(input) method instead.
Namespace:
Accord.Statistics.Models.Regression
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the Probability(input) method instead.")]
public double[] Compute(
double[][] input
)
<ObsoleteAttribute("Please use the Probability(input) method instead.")>
Public Function Compute (
input As Double()()
) As Double()
Request Example
View SourceParameters
- input
- Type: SystemDouble
Return Value
Type:
DoubleSee Also