C# Class 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.
Datei anzeigen Open project: ColdMatter/EDMSuite

Private Properties

Property Type Description

Public Methods

Method Description
Add ( TOF t ) : void
GetResult ( ) : TOFWithError

Method Details

Add() public method

public Add ( TOF t ) : void
t Data.TOF
return void

GetResult() public method

public GetResult ( ) : TOFWithError
return Data.TOFWithError