torch.distributions.transforms.ExpTransform
class ExpTransform extends Transformnew ExpTransform(options?: TransformOptions)
- readonly
domain(unknown) - readonly
codomain(unknown) - readonly
bijective(unknown) - readonly
sign(unknown)
Exponential transform: y = exp(x) (maps ℝ → (0, ∞)).
Transform via the mapping y = exp(x). This transform maps real numbers to positive numbers. It is commonly used to transform Normal distributions to LogNormal.