idaholab / raven

RAVEN is a flexible and multi-purpose probabilistic risk analysis, validation and uncertainty quantification, parameter optimization, model reduction and data knowledge-discovering framework.
https://raven.inl.gov/
Apache License 2.0
221 stars 133 forks source link

[TASK] Add skew and kurtosis to subdomainTimeDepStats test #2362

Open joshua-cogliati-inl opened 2 months ago

joshua-cogliati-inl commented 2 months ago

Issue Description

In: tests/framework/PostProcessors/SubdomainBasicStatistics/time_dep_subdomain.xml the sample size is too small to use it for skew and kurtosis, so different samples need to be created and then the skew and kurtosis can be calculated.


For Change Control Board: Issue Review

This review should occur before any development is performed as a response to this issue.


For Change Control Board: Issue Closure

This review should occur when the issue is imminently going to be closed.

joshua-cogliati-inl commented 2 months ago

Note that __computeUnbiasedCorrection should probably check for too few samples as well.