| ttest | R Documentation |
This function either (a) resamples residuals via a nonparametric bootstrap
to generate an empirical NRMSE sample, or (b) produces synthetic right-hand
side vectors b from a user-defined or default distribution and
re-estimates the model. It tests whether the observed NRMSE significantly
deviates from the null distribution of resampled or simulated NRMSE values.
ttest(
object,
reset = FALSE,
sample_size = 50L,
seed = NULL,
distribution = NULL,
partial = FALSE,
simulate = FALSE
)
object |
An object of class |
reset |
Logical, default = |
sample_size |
Integer, default = |
seed |
Integer or |
distribution |
Function or |
partial |
Logical, default = |
simulate |
Logical, default = |
A named list containing test results and null distribution statistics:
P(nrmse \le null mean)
P(nrmse \ge null mean)
2-sided t-test p-value
Observed value
Mean of null distribution
Standard deviation of null distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.