Displaying 1 result from an estimated 1 matches for "urlnorm".
Did you mean:
rlnorm
2008 Apr 01
1
set the lower bound of normal distribution to 0 ?
...true that
these two measure differently but can also due to the small
number of observations, so the idea is if I increases the sample size
then I may get better precision between the two instrument by generating
samples based on the means and standard deviations
from x and y.
I am using 'urlnorm' which allows sampling from
truncated distribution since I want the samples
to take values from 0 to the max(x) respectively max(y).
I am unsure how to specify the means and standard deviations
in 'urlnorm'. Based on x- and y-values I have standard deviations
sd_x=0.3372137, sd_y=0.5...