create_constrained_inverse_gamma_prior# pymc_marketing.mmm.hsgp.create_constrained_inverse_gamma_prior(*, upper, lower=1.0, mass=0.9)[source]# Create a lengthscale prior for the HSGP model. Parameters: upperfloatUpper bound for the lengthscale. lowerfloatLower bound for the lengthscale. Default is 1.0. massfloatMass of the lengthscales. Default is 0.9 or 90%. Returns: PriorThe prior for the lengthscale.