add imports
This commit is contained in:
parent
7cf262c98e
commit
b3327506fe
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
import numpy as np
|
||||
import scipy.stats as sct
|
||||
from typing import Optional
|
||||
|
||||
|
||||
# The (k, lambda) parameters for the weibull-distributions corresponding to each quantity
|
||||
weibull_parameters = [((0.5951563631241763, 0.027071715346754264), # emission_concentration
|
||||
|
|
|
|||
Loading…
Reference in a new issue