View source: R/peak_sd_intensity_corrections.R
correct_peak | R Documentation |
Assuming that an observed mean (intensity) and sd are from a truncated normal distribution that is truncated on one side only.
correct_peak(observed_mean, observed_sd, n_observed, n_should_observe)
observed_mean |
the observed mean |
observed_sd |
the observed sd |
n_observed |
how many observations went into this mean |
n_should_observe |
how many observations should there have been? |
data.frame, with corrected mean and sd
https://en.wikipedia.org/wiki/Truncated_normal_distribution
correct_mean correct_variance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.