meridian.model.prior_distribution.lognormal_dist_from_mean_std

Define a lognormal distribution from its mean and standard deviation.

This function parameterizes lognormal distributions by their mean and standard deviation.

mean A float or array-like object defining the distribution mean. Must be positive.
std A float or array-like object defining the distribution standard deviation. Must be non-negative.

A backend.tfd.LogNormal object with the input mean and standard deviation.