I read on wikipedia about the exponential family (https://en.wikipedia.org/wiki/Exponential_family) that:
,
but later on in the same article I read that:
Some distributions are exponential families only if some of their parameters are held fixed. The family of Pareto distributions with a fixed minimum bound xm form an exponential family. The families of binomial and multinomial distributions with fixed number of trials n but unknown probability parameter(s) are exponential families. The family of negative binomial distributions with fixed number of failures (a.k.a. stopping-time parameter) r is an exponential family. However, when any of the above-mentioned fixed parameters are allowed to vary, the resulting family is not an exponential family.
If I want to model something with the Pareto distribution, would I not always know what the absolute lowest value would be, and thus in effect could always treat the Pareto as a exponential family model? Can i make regression models with Pareto distribution, with explanatory variables?