fips.problems.flux.FluxProblem.solve# FluxProblem.solve(estimator='bayesian', **kwargs)[source]# Solve the flux inversion problem using specified estimator. Parameters: estimator (str or type[Estimator], default 'bayesian') – Estimator to use for solving. Can be a registered estimator name or Estimator subclass. **kwargs – Additional keyword arguments passed to the estimator. Returns: The FluxProblem instance with the fitted estimator. Return type: Self