GaussMLE.GaussLib

Overview

GaussMLE.GaussLibModule
GaussLib

Low level functions for calcualting the Gaussian model and its derivatives.

source

API

GaussMLE.GaussLib.gaussian_max_min_2dMethod
gaussian_max_min_2d(sz::Int, sigma::T, data::Array{T}) where T <: Real

Compute the maximum and minimum values after applying a Gaussian filter to a 2D data array.

source