LECA.analyze.predict_arrhenius_fit
- LECA.analyze.predict_arrhenius_fit(x: DataFrame, beta_0: float) Tuple[array, uarray]
Predict the arrhenius fit from a pandas Series for a single data point.
- Parameters:
x (pd.DataFrame) – Containing values for the arrhenius objective functions and their standard deviations.
beta_0 (float) – beta_0 temperature of the Arrhenius fit.
- Return type:
None