![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GODistribution; enum GODistributionType; double go_distribution_get_cumulative (GODistribution *dist
,double x
); double go_distribution_get_cumulative_hazard (GODistribution *dist
,double x
); long double go_distribution_get_cumulative_hazardl (GODistribution *dist
,long double x
); long double go_distribution_get_cumulativel (GODistribution *dist
,long double x
); double go_distribution_get_density (GODistribution *dist
,double x
); long double go_distribution_get_densityl (GODistribution *dist
,long double x
); char const * go_distribution_get_distribution_name (GODistribution *dist
); GODistributionType go_distribution_get_distribution_type (GODistribution *dist
); double go_distribution_get_hazard (GODistribution *dist
,double x
); long double go_distribution_get_hazardl (GODistribution *dist
,long double x
); double go_distribution_get_inverse_survival (GODistribution *dist
,double x
); long double go_distribution_get_inverse_survivall (GODistribution *dist
,long double x
); double go_distribution_get_ppf (GODistribution *dist
,double x
); long double go_distribution_get_ppfl (GODistribution *dist
,long double x
); double go_distribution_get_survival (GODistribution *dist
,double x
); long double go_distribution_get_survivall (GODistribution *dist
,long double x
); GODistribution * go_distribution_new (GODistributionType type
); void go_distribution_scale (GODistribution *dist
,double location
,double scale
); GODistributionType go_distribution_type_from_string (char const *name
); char const * go_distribution_type_to_string (GODistributionType type
);
typedef enum { GO_DISTRIBUTION_INVALID = -1, GO_DISTRIBUTION_NORMAL, GO_DISTRIBUTION_UNIFORM, GO_DISTRIBUTION_CAUCHY, GO_DISTRIBUTION_WEIBULL, GO_DISTRIBUTION_LOGNORMAL, GO_DISTRIBUTION_MAX } GODistributionType;
double go_distribution_get_cumulative (GODistribution *dist
,double x
);
|
|
|
|
Returns : |
double go_distribution_get_cumulative_hazard (GODistribution *dist
,double x
);
|
|
|
|
Returns : |
long double go_distribution_get_cumulative_hazardl (GODistribution *dist
,long double x
);
|
|
|
|
Returns : |
long double go_distribution_get_cumulativel (GODistribution *dist
,long double x
);
|
|
|
|
Returns : |
double go_distribution_get_density (GODistribution *dist
,double x
);
|
|
|
|
Returns : |
long double go_distribution_get_densityl (GODistribution *dist
,long double x
);
|
|
|
|
Returns : |
char const * go_distribution_get_distribution_name
(GODistribution *dist
);
|
|
Returns : |
GODistributionType go_distribution_get_distribution_type
(GODistribution *dist
);
|
|
Returns : |
double go_distribution_get_hazard (GODistribution *dist
,double x
);
|
|
|
|
Returns : |
long double go_distribution_get_hazardl (GODistribution *dist
,long double x
);
|
|
|
|
Returns : |
double go_distribution_get_inverse_survival (GODistribution *dist
,double x
);
|
|
|
|
Returns : |
long double go_distribution_get_inverse_survivall (GODistribution *dist
,long double x
);
|
|
|
|
Returns : |
double go_distribution_get_ppf (GODistribution *dist
,double x
);
|
|
|
|
Returns : |
long double go_distribution_get_ppfl (GODistribution *dist
,long double x
);
|
|
|
|
Returns : |
double go_distribution_get_survival (GODistribution *dist
,double x
);
|
|
|
|
Returns : |
long double go_distribution_get_survivall (GODistribution *dist
,long double x
);
|
|
|
|
Returns : |
GODistribution * go_distribution_new (GODistributionType type
);
|
|
Returns : |
void go_distribution_scale (GODistribution *dist
,double location
,double scale
);
|
|
|
|
|
GODistributionType go_distribution_type_from_string (char const *name
);
|
|
Returns : |
char const * go_distribution_type_to_string (GODistributionType type
);
|
|
Returns : |