Top | ![]() |
![]() |
![]() |
![]() |
Functions
void | ncm_data_gauss_cov_set_size () |
guint | ncm_data_gauss_cov_get_size () |
void | ncm_data_gauss_cov_use_norma () |
Object Hierarchy
GObject ╰── NcmData ╰── NcmDataGaussCov ├── NcDataBaoDHrDAr ├── NcDataBaoDMrHr ├── NcDataSNIACov ├── NcDataXcor ╰── NcmDataGaussCovMVND
Functions
ncm_data_gauss_cov_set_size ()
void ncm_data_gauss_cov_set_size (NcmDataGaussCov *gauss
,guint np
);
Sets the data size to np
.
[virtual set_size]
ncm_data_gauss_cov_get_size ()
guint
ncm_data_gauss_cov_get_size (NcmDataGaussCov *gauss
);
Gets the data size.
[virtual get_size]
ncm_data_gauss_cov_use_norma ()
void ncm_data_gauss_cov_use_norma (NcmDataGaussCov *gauss
,gboolean use_norma
);
Sets whether the value of $-2\ln(L)$ will be properly normalized.
Property Details
The “n-points”
property
“n-points” guint
Data sample size.
Owner: NcmDataGaussCov
Flags: Read / Write / Construct
Default value: 0
The “use-norma”
property
“use-norma” gboolean
Use the likelihood normalization to calculate -2lnL.
Owner: NcmDataGaussCov
Flags: Read / Write
Default value: FALSE