Main Content
stdm
Standard deviation of geographic points
Syntax
Description
returns the
standard deviations of the geographic points in the matrix mat
= stdm(___)mat
, using
any combination of input arguments from the previous syntaxes.
Examples
Input Arguments
Output Arguments
Algorithms
The function calculates the mean position of the latitude and longitude coordinates using the
meanm
function.The function normalizes the standard deviations by n–1, where n is the number of geographic points.
Version History
Introduced before R2006a