File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
autoarray/inversion/regularization Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,11 @@ def __init__(
107107 coefficient
108108 The regularization coefficient which controls the degree of smooth of the inversion reconstruction.
109109 scale
110- The typical scale of the exponential regularization pattern .
110+ The typical scale (correlation length) of the Matérn regularization kernel .
111111 nu
112- Controls the derivative of the regularization pattern (`nu=0.5` is a Gaussian).
112+ Controls the smoothness (differentiability) of the Matérn kernel; ``nu=0.5`` corresponds to an
113+ exponential (Ornstein–Uhlenbeck) kernel, while a Gaussian covariance is obtained in the limit
114+ as ``nu`` approaches infinity.
113115 rho
114116 Controls how strongly the kernel weights adapt to pixel brightness. Larger values make bright pixels
115117 receive significantly higher weights (and faint pixels lower weights), while smaller values produce a
You can’t perform that action at this time.
0 commit comments