mcframework.stats_engine.build_default_engine#
- mcframework.stats_engine.build_default_engine(include_dist_free: bool = True, include_target_bounds: bool = True) StatsEngine[source]#
Construct a
StatsEnginewith a practical set of metrics.- Parameters:
- include_dist_free
bool, defaultTrue Include Chebyshev-based CI and sizing.
- include_target_bounds
bool, defaultTrue Include
bias_to_target(),mse_to_target(),markov_error_prob().
- include_dist_free
- Returns: