Parameter

lumicks.pylake.fitting.parameters.Parameter

class Parameter(value=0.0, lower_bound=- inf, upper_bound=inf, fixed=False, shared=False, unit=None)
ci(percentile=0.95, dof=1)

Calculate confidence intervals

Parameters:
  • percentile (float) – 1 - Significance level

  • dof (float) – Degrees of freedom (should be 1 for single parameter CIs).