Click or drag to resize
Accord.NET (logo)

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 time
)
Request Example View Source

Parameters

time
Type: SystemDouble

Return Value

Type: Double
See Also