Skip to content

Commit 8fd862e

Browse files
committed
start on affine docs
1 parent 402914f commit 8fd862e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/affine.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Affine Transformations
2+
3+
It's very common for measures to be parameterized by `μ` and `σ`, for example as in `Normal(μ=3,σ=4)` or `StudentT(ν=1,μ=3,σ=4)`. In this context, `μ` and `σ` do not always refer to the mean and standard deviation (the `StudentT` above is equivalent to a Cauchy, so both are undefined).
4+
5+
Rather, `μ` is a "location parameter", and `σ` is a "scale parameter". Together, these determine a transform
6+
7+
```math
8+
x → σx + μ
9+
```
10+

0 commit comments

Comments
 (0)