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.
Afficher le fichier Open project: ColdMatter/EDMSuite

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( TOF t ) : void
GetResult ( ) : TOFWithError

Method Details

Add() public méthode

public Add ( TOF t ) : void
t Data.TOF
Résultat void

GetResult() public méthode

public GetResult ( ) : TOFWithError
Résultat Data.TOFWithError