-
Notifications
You must be signed in to change notification settings - Fork 10
Understanding Parameters
SANKET SARKAR edited this page Dec 22, 2025
·
1 revision
This guide gives practical intuition for common CRML parameters.
For the portable semantics and document shapes, see:
For a Poisson frequency model, lambda is the expected number of events per year in the configured basis.
- If basis is
per_organization_per_year,lambdais the org-wide expected annual event count. - If basis is
per_asset_unit_per_year, the effective annual rate is scaled by bound exposure$E$ .
See: Runtime (Frequency)
Common parameters:
-
median: median single-event loss -
sigma: log-space spread -
currency: currency code
See: Runtime (Severity)
Percentile estimates (VaR) stabilize more slowly than means.
- Use smaller
--runswhile iterating. - Increase runs for reporting.