We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ac3ed commit ceb8be4Copy full SHA for ceb8be4
src/specialty.jl
@@ -73,7 +73,7 @@ central-difference formulae
73
and
74
```math
75
\\frac{\\partial f_{\\textrm{D}}(x_1',x_2')}{\\partial x_2'} \\approx
76
- \\frac{f_{\\textrm{D}}(x_1',x_2'+1) - f_{\\textrm{D}}(x_1',x_2'+1)}{2}.
+ \\frac{f_{\\textrm{D}}(x_1',x_2'+1) - f_{\\textrm{D}}(x_1',x_2'-1)}{2}.
77
```
78
However, the central-difference formulae are very sensitive to noise.
79
When working with noisy image data,
0 commit comments