nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / Moran

Moran

Full name Microsoft.VisualBasic.Imaging.Math2D.Moran Assembly Microsoft.VisualBasic.Runtime Members 2

This function is useful for calculating Moran's I Without holding an entire distance matrix in memory

00 Remarks

https://github.com/mcooper/moranfast/blob/master/src/calc_moran.cpp

01 Syntax

Microsoft.VisualBasic.Imaging.Math2D.Moran

02 Methods

NameOverloadsSummary
calc_moran 1
calc_spatial 1

03 Members

method calc_moran #
calc_moran(Double(), Double(), Double(), Boolean)
Parameters
NameTypeDescription
xDouble()

intensity value

c1Double()

spatial x

c2Double()

spatial y

parallelBoolean

-

Returns

observed is the calculated moran-I value

method calc_spatial #
calc_spatial(Double(), Double(), Boolean)