You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since NPDEs are constrained to be within a certain range (depending on the number of simulation replicates), it would be nice to be able to highlight the points that are sitting on the edges of that range.
For k replicates, I believe the extreme situations (i.e., simulated values are either all above or all below observed) are handled by setting NPDE to qnorm(1/(2*k)) or qnorm(1 - 1/(2*K)). It could be helpful to identify which points correspond to those values in the plots. I'm thinking the output could look something like this:
Since NPDEs are constrained to be within a certain range (depending on the number of simulation replicates), it would be nice to be able to highlight the points that are sitting on the edges of that range.
For k replicates, I believe the extreme situations (i.e., simulated values are either all above or all below observed) are handled by setting NPDE to
qnorm(1/(2*k))
orqnorm(1 - 1/(2*K))
. It could be helpful to identify which points correspond to those values in the plots. I'm thinking the output could look something like this:Created on 2021-06-28 by the reprex package (v2.0.0)
Unfortunately it would mean having to supply the value of
k
, so the user would need to be careful about that.The text was updated successfully, but these errors were encountered: