DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
Public Member Functions | List of all members
statmethods.StatMethods Class Reference

Public Member Functions

def var_estimator (first_moment, second_moment, size)
 
def norm_lag0_estimator (mean, variance)
 
def acf_amplitude (norm_acf)
 

Member Function Documentation

◆ acf_amplitude()

def statmethods.StatMethods.acf_amplitude (   norm_acf)

◆ norm_lag0_estimator()

def statmethods.StatMethods.norm_lag0_estimator (   mean,
  variance 
)

◆ var_estimator()

def statmethods.StatMethods.var_estimator (   first_moment,
  second_moment,
  size 
)

The documentation for this class was generated from the following file: