geopfa.extrapolation.get_gaussian_noise_bounds¶
- get_gaussian_noise_bounds(lik_params)[source]¶
Extract Gaussian noise variance bounds from a likelihood-parameter dictionary.
- Parameters:
lik_params (dict) – Dictionary returned by
recommend_likelihood_params(), containing keys such as'variance' : {'init', 'prior', 'bounds'}.- Returns:
dict –
- Dictionary containing:
'value'floatInitial noise variance.
'lower'floatLower bound on the noise variance.
'upper'floatUpper bound on the noise variance.
The returned structure mirrors the shape used for kernel constraint introspection throughout the codebase.