Description Usage Arguments Value Examples
View source: R/validation_MRMC_Create_dataList_MRMC_Hit_from_rate_etc.R
From threshold, mean and S.D., data of hit rate are created.
1 2 3 4 5 6 7 | hits_from_thresholds(
z.truth = BayesianFROC::z_truth,
mu.truth = BayesianFROC::mu_truth,
v.truth = BayesianFROC::v_truth,
NL = 252,
seed = 123
)
|
z.truth |
Vector of dimension = C represents the thresholds of bi-normal assumption. |
mu.truth |
array of dimension (M,Q). Mean of the signal distribution of bi-normal assumption. |
v.truth |
array of dimension (M,Q). Standard Deviation of represents the signal distribution of bi-normal assumption. |
NL |
Number of Lesions. |
seed |
The seed for creating data consisting of the number of hits synthesized by the binomial distributions with the specified seed. |
Hits Data for MRMC. The reason that hits is multiple reader and multiple modalities arise from the multiple indices of mean and S.D. of signal distribution of the bi-normal assumption.
1 2 3 4 5 6 | ## Not run:
hits.rate.p <-hits_from_thresholds()
## End(Not run)#dontrun
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.