|
@@ -359,6 +359,7 @@ image:images/Gaussian.png[]
|
|
|
|
|
|
where image:images/sigma.png[] is computed to assure that the score takes the value `decay` at distance `scale` from `origin`+-`offset`
|
|
|
|
|
|
+// \sigma^2 = -scale^2/(2 \cdot ln(decay))
|
|
|
image:images/sigma_calc.png[]
|
|
|
|
|
|
See <<gauss-decay>> for graphs demonstrating the curve generated by the `gauss` function.
|
|
@@ -374,6 +375,7 @@ image:images/Exponential.png[]
|
|
|
|
|
|
where again the parameter image:images/lambda.png[] is computed to assure that the score takes the value `decay` at distance `scale` from `origin`+-`offset`
|
|
|
|
|
|
+// \lambda = ln(decay)/scale
|
|
|
image:images/lambda_calc.png[]
|
|
|
|
|
|
See <<exp-decay>> for graphs demonstrating the curve generated by the `exp` function.
|