diagnostics | R Documentation |
Integrates multiple performance metrics for stock assessment model validation.
diagnostics(obs, hat, ndemb = 5)
obs |
Numeric vector of observed values |
hat |
Numeric vector of predicted values |
ndemb |
Embedding dimension for permutation entropy calculation (default=5) |
Data.frame containing 10 diagnostic metrics. Final classification currently non-functional.
Requires helper functions: stdz(), permutation_entropy(), ordinal_pattern_distribution()
obs <- runif(100, 0.8, 1.2)
hat <- obs * exp(rnorm(100, sd=0.15))
diagnostics(obs, hat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.