C# 클래스 Analysis.TOFAccumulator

This class takes the average of a number of TOF curves. It keeps track of the mean and standard error for each point on the TOF. It keeps a running average and variance, so adding a TOF does not increase the memory usage.
파일 보기 프로젝트 열기: ColdMatter/EDMSuite

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( TOF t ) : void
GetResult ( ) : TOFWithError

메소드 상세

Add() 공개 메소드

public Add ( TOF t ) : void
t Data.TOF
리턴 void

GetResult() 공개 메소드

public GetResult ( ) : TOFWithError
리턴 Data.TOFWithError