Description Usage Arguments Details Value Examples
View source: R/validation_MRMC_Create_dataList_MRMC_Hit_from_rate_etc.R
From threshold, mean and S.D., data of False Alarm are created.
1 2 3 4 5 6 7 8 9 10 | false_and_its_rate_creator_MRMC(
z.truth = BayesianFROC::z_truth,
NI = 333,
NL = 111,
ModifiedPoisson = FALSE,
seed = 12345,
M = 5,
Q = 4,
summary = TRUE
)
|
z.truth |
Vector of dimension = C represents the thresholds of bi-normal assumption. |
NI |
The number of images. |
NL |
The number of lesions. |
ModifiedPoisson |
Logical, that is If Similarly, If For more details, see the author's paper in which I explained per image and per lesion. (for details of models, see vignettes , now, it is omiited from this package, because the size of vignettes are large.) If \frac{F_1+F_2+F_3+F_4+F_5}{N_L}, \frac{F_2+F_3+F_4+F_5}{N_L}, \frac{F_3+F_4+F_5}{N_L}, \frac{F_4+F_5}{N_L}, \frac{F_5}{N_L}, where N_L is a number of lesions (signal). To emphasize its denominator N_L, we also call it the False Positive Fraction (FPF) per lesion. On the other hand, if \frac{F_1+F_2+F_3+F_4+F_5}{N_I}, \frac{F_2+F_3+F_4+F_5}{N_I}, \frac{F_3+F_4+F_5}{N_I}, \frac{F_4+F_5}{N_I}, \frac{F_5}{N_I}, where N_I is the number of images (trial). To emphasize its denominator N_I, we also call it the False Positive Fraction (FPF) per image. The model is fitted so that
the estimated FROC curve can be ragraded
as the expected pairs of FPF per image and TPF per lesion ( or as the expected pairs of FPF per image and TPF per lesion ( If On the other hand, if So,data of FPF and TPF are changed thus, a fitted model is also changed whether Revised 2019 Dec 8 Revised 2019 Nov 25 Revised 2019 August 28 |
seed |
The seed for creating a collection of the number of false alarms synthesized by the Poisson distributions using the specified seed. |
M |
Number of modalities |
Q |
Number of readers |
summary |
Logical: |
In our model, false alarm rate does not depend on the readers or modalities. Thus this sampling function merely synthesizes samples from the Poisson distribution of the same false alarm rate. Of course, this same false rate of the Poisson distributions is not desired one. Since we should assume that each reader with different modality should differ. To accomplish this, we have to assume that threshold parameter of Gaussian assumption should depend on the reader and modality. However, such model does not converge in the Hamiltonian Monte Carlo simulation.
Vector for false alarms as an element of list of MRMC data.
1 2 3 4 5 6 7 8 | ## Not run:
false_and_its_rate_creator_MRMC()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.