Auxiliary for preparing discrete distribution used to approximate standard normal. This function generates order statistics of standard normal with same probability assigned. Then, the discrete distribution is standardized to variance one and mean zero.
approxNormalOrder(m)approxNormalOrder2(m, width)
A numeric matrix with first column is support of discrete distribution and second column is corresponding p.m.f..
int, the number of order statistics used
the width between two consecutive grid points.
Chaoran Hu
This function use EnvStats::evNormOrdStats
to get
the order statisics of standard normal distribution. The
same probability is assigned for each order statistics.
EnvStats::evNormOrdStats
for order
statisics of standard normal. fitMRMEapprox
for fit MRME with approximated measurement error.