C# 클래스 YAMP.YMath

Capsulates an ensemble of internally (frequently) used math functions.
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
Average ( MatrixValue M ) : Value
Correlation ( MatrixValue M ) : MatrixValue
Covariance ( MatrixValue M ) : MatrixValue
CrossCorrelation ( MatrixValue M, MatrixValue N, int n ) : MatrixValue
HarmonicMean ( MatrixValue M ) : Value
Histogram ( MatrixValue v, Double centers ) : MatrixValue
Histogram ( MatrixValue v, Int32 nbins ) : MatrixValue
Mean ( MatrixValue M ) : Value
Median ( MatrixValue M ) : ScalarValue
Variance ( MatrixValue M ) : Value

메소드 상세

Average() 공개 정적인 메소드

public static Average ( MatrixValue M ) : Value
M MatrixValue
리턴 Value

Correlation() 공개 정적인 메소드

public static Correlation ( MatrixValue M ) : MatrixValue
M MatrixValue
리턴 MatrixValue

Covariance() 공개 정적인 메소드

public static Covariance ( MatrixValue M ) : MatrixValue
M MatrixValue
리턴 MatrixValue

CrossCorrelation() 공개 정적인 메소드

public static CrossCorrelation ( MatrixValue M, MatrixValue N, int n ) : MatrixValue
M MatrixValue
N MatrixValue
n int
리턴 MatrixValue

HarmonicMean() 공개 정적인 메소드

public static HarmonicMean ( MatrixValue M ) : Value
M MatrixValue
리턴 Value

Histogram() 공개 정적인 메소드

public static Histogram ( MatrixValue v, Double centers ) : MatrixValue
v MatrixValue
centers Double
리턴 MatrixValue

Histogram() 공개 정적인 메소드

public static Histogram ( MatrixValue v, Int32 nbins ) : MatrixValue
v MatrixValue
nbins System.Int32
리턴 MatrixValue

Mean() 공개 정적인 메소드

public static Mean ( MatrixValue M ) : Value
M MatrixValue
리턴 Value

Median() 공개 정적인 메소드

public static Median ( MatrixValue M ) : ScalarValue
M MatrixValue
리턴 ScalarValue

Variance() 공개 정적인 메소드

public static Variance ( MatrixValue M ) : Value
M MatrixValue
리턴 Value