Searched defs:P_inf (Results 1 – 2 of 2) sorted by relevance
/dports/science/py-GPy/GPy-1.10.0/GPy/models/ |
H A D | state_space_main.py | 2264 …def __init__(self, F,L,Qc,dt,compute_derivatives=False, grad_params_no=None, P_inf=None, dP_inf=No… argument 2500 …def __init__(self, F,L,Qc,dt,compute_derivatives=False, grad_params_no=None, P_inf=None, dP_inf=No… argument 2656 def cont_discr_kalman_filter(cls, F, L, Qc, p_H, p_R, P_inf, X, Y, index = None, argument 3198 P_inf=None, dP_inf=None, dF = None, dQc=None, argument 3250 …def __init__(self, F,L,Qc,dt,compute_derivatives=False, grad_params_no=None, P_inf=None, dP_inf=No… argument 3278 grad_params_no=None, P_inf=None, argument
|
/dports/science/py-GPy/GPy-1.10.0/GPy/testing/ |
H A D | state_space_main_tests.py | 275 def run_continuous_model(self, F, L, Qc, p_H, p_R, P_inf, X_data, Y_data, index = None, argument
|