2.5.10.4.1 SAEstim


Name

SAEstim

Description

Declaration

typedef struct tagSAEstim
{
	double		_id(IDE_SURVANAL_TIME)		Time;
	int			_id(IDE_SURVANAL_STATUS)	Status;
	double		_id(IDE_SURVANAL_SURV)		Surv;
	double		_id(IDE_SURVANAL_SD)		SD;
	int			_id(IDE_SURVANAL_EVENTS)	Events;
	int			_id(IDE_SURVANAL_REMAIN)	Remain;
} SAEstim;

Members

Time
Ordered distinct failure times.
Status
Survival Status
Surv
Kaplan-Meier estimate of Survival Probability
SD
Estimate of the standard deviation of Survival Probability
Events
Cumulative Events(Number failed)
Remain
Number remaining

Remark

Examples

Header to Include

origin.h

See Also

Reference