leaspy.variables.utilities
Functions
|
Maximization rule, from the sufficient statistics, of the standard-deviation of Gaussian prior for individual latent variables. |
Module Contents
- compute_individual_parameter_std_from_sufficient_statistics(state, individual_parameter_values, individual_parameter_sqr_values, *, individual_parameter_name, dim, **kws)
Maximization rule, from the sufficient statistics, of the standard-deviation of Gaussian prior for individual latent variables.
- Parameters:
- stateDict[str, torch.Tensor]
- individual_parameter_valuestorch.Tensor
- individual_parameter_sqr_valuestorch.Tensor
- individual_parameter_namestr
The name of the individual parameter for which to compute the std.
- dimint
- Parameters: