nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Statistics / MoranTest

MoranTest

Full name Microsoft.VisualBasic.Math.Statistics.Hypothesis.MoranTest Assembly Microsoft.VisualBasic.Math.Statistics Members 9

01 Syntax

Microsoft.VisualBasic.Math.Statistics.Hypothesis.MoranTest

02 Methods

NameOverloadsSummary
moran_test 1 Calculate Moran's I quickly for point data

03 Properties

NameOverloadsSummary
Observed 1
Expected 1
SD 1
pvalue 1
z 1
prob2 1
t 1
df 1

04 Members

method moran_test #
moran_test(Double(), Double(), Double(), Hypothesis, Boolean, Boolean)

Calculate Moran's I quickly for point data

Parameters
NameTypeDescription
xDouble()

a numeric vector, the value distributed over space

c1Double()

a numeric vector, the first (x) value of a column of coordinates

c2Double()

a numeric vector, the second (y) value of a column of coordinates

alternativeHypothesis

alternative a character sring specifying the alternative hypothesis that is tested against; must be one of "two.sided", "less", or "greater", or any unambiguous abbreviation of these.

property Observed #
Observed
property Expected #
Expected
property SD #
SD
property pvalue #
pvalue
property z #
z
property prob2 #
prob2
property t #
t
property df #
df