Click or drag to resize
Accord.NET (logo)

ProportionalHazardsSurvival Method

Computes the model's baseline survival function. This method simply calls the ComplementaryDistributionFunction(Double) of the BaselineHazard function.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Survival(
	double time
)
Request Example View Source

Parameters

time
Type: SystemDouble
The event time.

Return Value

Type: Double
The baseline survival function at the given time.
See Also