statcpp
C++17 Header-Only Statistics Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
statcpp::hazard_rate_result Struct Reference

Hazard rate result. More...

#include <survival.hpp>

Public Attributes

std::vector< double > times
 Interval start times.
 
std::vector< double > hazard
 Hazard rates.
 
std::vector< double > cumulative_hazard
 Cumulative hazard.
 

Detailed Description

Hazard rate result.

Holds the hazard rate and cumulative hazard at each time point.

Definition at line 307 of file survival.hpp.

Member Data Documentation

◆ cumulative_hazard

std::vector<double> statcpp::hazard_rate_result::cumulative_hazard

Cumulative hazard.

Definition at line 310 of file survival.hpp.

◆ hazard

std::vector<double> statcpp::hazard_rate_result::hazard

Hazard rates.

Definition at line 309 of file survival.hpp.

◆ times

std::vector<double> statcpp::hazard_rate_result::times

Interval start times.

Definition at line 308 of file survival.hpp.


The documentation for this struct was generated from the following file: