Home
last modified time | relevance | path

Searched defs:kfilter (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/R-cran-KFAS/KFAS/src/
H A Dkfilter.f908 integer, intent(in) :: p, m, r, n,filtersignal
9 integer, intent(inout) :: d, j, rankp
10 integer :: t,tv
20 double precision, intent(in), dimension(m,m) :: p1,p1inf
21 double precision, intent(in) :: tol
23 double precision, intent(inout), dimension(m,m,n+1) :: pt,pinf
24 double precision, intent(inout), dimension(p,n) :: vt,ft,finf
25 double precision, intent(inout), dimension(m,p,n) :: kt,kinf
26 double precision, intent(inout) :: lik
31 double precision :: c
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/_filters/
H A D_conventional.pyx30 cdef int sforecast_missing_conventional(sKalmanFilter kfilter, sStatespace model):
84 cdef int sforecast_conventional(sKalmanFilter kfilter, sStatespace model):
147 cdef int schandrasekhar_recursion(sKalmanFilter kfilter, sStatespace model):
228 cdef int supdating_conventional(sKalmanFilter kfilter, sStatespace model):
287 cdef int sprediction_conventional(sKalmanFilter kfilter, sStatespace model):
441 cdef int dforecast_conventional(dKalmanFilter kfilter, dStatespace model):
585 cdef int dupdating_conventional(dKalmanFilter kfilter, dStatespace model):
798 cdef int cforecast_conventional(cKalmanFilter kfilter, cStatespace model):
942 cdef int cupdating_conventional(cKalmanFilter kfilter, cStatespace model):
1163 cdef int zforecast_conventional(zKalmanFilter kfilter, zStatespace model):
[all …]
H A D_conventional.pxd26 cdef int sforecast_conventional(sKalmanFilter kfilter, sStatespace model)
27 cdef int schandrasekhar_recursion(sKalmanFilter kfilter, sStatespace model)
28 cdef int supdating_conventional(sKalmanFilter kfilter, sStatespace model)
29 cdef int sprediction_conventional(sKalmanFilter kfilter, sStatespace model)
40 cdef int dforecast_conventional(dKalmanFilter kfilter, dStatespace model)
41 cdef int dchandrasekhar_recursion(dKalmanFilter kfilter, dStatespace model)
42 cdef int dupdating_conventional(dKalmanFilter kfilter, dStatespace model)
54 cdef int cforecast_conventional(cKalmanFilter kfilter, cStatespace model)
55 cdef int cupdating_conventional(cKalmanFilter kfilter, cStatespace model)
68 cdef int zforecast_conventional(zKalmanFilter kfilter, zStatespace model)
[all …]
H A D_univariate.pyx29 cdef int sforecast_univariate(sKalmanFilter kfilter, sStatespace model):
118 cdef void sinitialize_filtered(sKalmanFilter kfilter, sStatespace model):
126 cdef int scheck1(sKalmanFilter kfilter, np.float32_t forecast_error_cov):
148 cdef void ssymmetry(sKalmanFilter kfilter, sStatespace model):
425 cdef void spredicted_state(sKalmanFilter kfilter, sStatespace model):
685 cdef void dsymmetry(dKalmanFilter kfilter, dStatespace model):
962 cdef void dpredicted_state(dKalmanFilter kfilter, dStatespace model):
1222 cdef void csymmetry(cKalmanFilter kfilter, cStatespace model):
1498 cdef void cpredicted_state(cKalmanFilter kfilter, cStatespace model):
1758 cdef void zsymmetry(zKalmanFilter kfilter, zStatespace model):
[all …]
H A D_univariate.pxd20 cdef int sforecast_univariate(sKalmanFilter kfilter, sStatespace model)
21 cdef int supdating_univariate(sKalmanFilter kfilter, sStatespace model)
22 cdef int sprediction_univariate(sKalmanFilter kfilter, sStatespace model)
27 cdef void sforecast_error(sKalmanFilter kfilter, sStatespace model, int i)
33 cdef void spredicted_state(sKalmanFilter kfilter, sStatespace model)
34 cdef void spredicted_state_cov(sKalmanFilter kfilter, sStatespace model)
39 cdef int dforecast_univariate(dKalmanFilter kfilter, dStatespace model)
40 cdef int dupdating_univariate(dKalmanFilter kfilter, dStatespace model)
52 cdef void dpredicted_state(dKalmanFilter kfilter, dStatespace model)
71 cdef void cpredicted_state(cKalmanFilter kfilter, cStatespace model)
[all …]
H A D_univariate_diffuse.pxd20 cdef int sforecast_univariate_diffuse(sKalmanFilter kfilter, sStatespace model)
21 cdef int supdating_univariate_diffuse(sKalmanFilter kfilter, sStatespace model)
22 cdef int sprediction_univariate_diffuse(sKalmanFilter kfilter, sStatespace model)
27 cdef void spredicted_diffuse_state_cov(sKalmanFilter kfilter, sStatespace model)
30 cdef int dforecast_univariate_diffuse(dKalmanFilter kfilter, dStatespace model)
31 cdef int dupdating_univariate_diffuse(dKalmanFilter kfilter, dStatespace model)
32 cdef int dprediction_univariate_diffuse(dKalmanFilter kfilter, dStatespace model)
37 cdef void dpredicted_diffuse_state_cov(dKalmanFilter kfilter, dStatespace model)
40 cdef int cforecast_univariate_diffuse(cKalmanFilter kfilter, cStatespace model)
41 cdef int cupdating_univariate_diffuse(cKalmanFilter kfilter, cStatespace model)
[all …]
H A D_univariate_diffuse.pyx32 cdef int sforecast_univariate_diffuse(sKalmanFilter kfilter, sStatespace model):
211 cdef int sprediction_univariate_diffuse(sKalmanFilter kfilter, sStatespace model):
227 cdef void spredicted_diffuse_state_cov(sKalmanFilter kfilter, sStatespace model):
254 cdef int supdating_univariate_diffuse(sKalmanFilter kfilter, sStatespace model):
273 cdef int dforecast_univariate_diffuse(dKalmanFilter kfilter, dStatespace model):
468 cdef void dpredicted_diffuse_state_cov(dKalmanFilter kfilter, dStatespace model):
495 cdef int dupdating_univariate_diffuse(dKalmanFilter kfilter, dStatespace model):
514 cdef int cforecast_univariate_diffuse(cKalmanFilter kfilter, cStatespace model):
737 cdef int cupdating_univariate_diffuse(cKalmanFilter kfilter, cStatespace model):
756 cdef int zforecast_univariate_diffuse(zKalmanFilter kfilter, zStatespace model):
[all …]
H A D_inversions.pxd20 cdef np.float32_t sinverse_univariate(sKalmanFilter kfilter, sStatespace model, np.float32_t determ…
21 cdef np.float32_t sfactorize_cholesky(sKalmanFilter kfilter, sStatespace model, np.float32_t determ…
22 cdef np.float32_t sfactorize_lu(sKalmanFilter kfilter, sStatespace model, np.float32_t determinant)…
23 cdef np.float32_t sinverse_cholesky(sKalmanFilter kfilter, sStatespace model, np.float32_t determin…
24 cdef np.float32_t sinverse_lu(sKalmanFilter kfilter, sStatespace model, np.float32_t determinant) e…
25 cdef np.float32_t ssolve_cholesky(sKalmanFilter kfilter, sStatespace model, np.float32_t determinan…
26 cdef np.float32_t ssolve_lu(sKalmanFilter kfilter, sStatespace model, np.float32_t determinant) exc…
31 cdef np.float64_t dfactorize_lu(dKalmanFilter kfilter, dStatespace model, np.float64_t determinant)…
33 cdef np.float64_t dinverse_lu(dKalmanFilter kfilter, dStatespace model, np.float64_t determinant) e…
35 cdef np.float64_t dsolve_lu(dKalmanFilter kfilter, dStatespace model, np.float64_t determinant) exc…
[all …]
H A D_univariate.pyx.in56 cdef int {{prefix}}forecast_univariate({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model):
145 cdef void {{prefix}}initialize_filtered({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model):
153 cdef int {{prefix}}check1({{prefix}}KalmanFilter kfilter, {{cython_type}} forecast_error_cov):
159 cdef int {{prefix}}check2({{prefix}}KalmanFilter kfilter, int i, {{cython_type}} forecast_error_cov…
175 cdef void {{prefix}}symmetry({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model):
185 cdef void {{prefix}}forecast_error({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model, int …
447 cdef int {{prefix}}updating_univariate({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model):
451 cdef int {{prefix}}prediction_univariate({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model…
485 cdef void {{prefix}}predicted_state({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model):
497 cdef void {{prefix}}predicted_state_cov({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model):
[all …]
H A D_conventional.pyx.in54 cdef int {{prefix}}forecast_missing_conventional({{prefix}}KalmanFilter kfilter, {{prefix}}Statespa…
80 cdef int {{prefix}}updating_missing_conventional({{prefix}}KalmanFilter kfilter, {{prefix}}Statespa…
89 cdef {{cython_type}} {{prefix}}inverse_missing_conventional({{prefix}}KalmanFilter kfilter, {{prefi…
95 cdef {{cython_type}} {{prefix}}loglikelihood_missing_conventional({{prefix}}KalmanFilter kfilter, {…
98 cdef {{cython_type}} {{prefix}}scale_missing_conventional({{prefix}}KalmanFilter kfilter, {{prefix}…
108 cdef int {{prefix}}forecast_conventional({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model…
171 cdef int {{prefix}}chandrasekhar_recursion({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace mod…
252 cdef int {{prefix}}updating_conventional({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model…
311 cdef int {{prefix}}prediction_conventional({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace mod…
376 cdef {{cython_type}} {{prefix}}loglikelihood_conventional({{prefix}}KalmanFilter kfilter, {{prefix}…
[all …]
H A D_univariate_diffuse.pyx.in59 cdef int {{prefix}}forecast_univariate_diffuse({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace…
202 cdef {{cython_type}} {{prefix}}forecast_error_diffuse_cov({{prefix}}KalmanFilter kfilter, {{prefix}…
251 cdef int {{prefix}}prediction_univariate_diffuse({{prefix}}KalmanFilter kfilter, {{prefix}}Statespa…
267 cdef void {{prefix}}predicted_diffuse_state_cov({{prefix}}KalmanFilter kfilter, {{prefix}}Statespac…
294 cdef int {{prefix}}updating_univariate_diffuse({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace…
297 cdef {{cython_type}} {{prefix}}inverse_noop_univariate_diffuse({{prefix}}KalmanFilter kfilter, {{pr…
300 cdef {{cython_type}} {{prefix}}loglikelihood_univariate_diffuse({{prefix}}KalmanFilter kfilter, {{p…
H A D_inversions.pyx.in53 cdef {{cython_type}} {{prefix}}inverse_univariate({{prefix}}KalmanFilter kfilter, {{prefix}}Statesp…
94 cdef {{cython_type}} {{prefix}}factorize_cholesky({{prefix}}KalmanFilter kfilter, {{prefix}}Statesp…
133 cdef {{cython_type}} {{prefix}}factorize_lu({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace mo…
179 cdef {{cython_type}} {{prefix}}inverse_cholesky({{prefix}}KalmanFilter kfilter, {{prefix}}Statespac…
259 cdef {{cython_type}} {{prefix}}inverse_lu({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace mode…
306 cdef {{cython_type}} {{prefix}}solve_cholesky({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace …
364 cdef {{cython_type}} {{prefix}}solve_lu({{prefix}}KalmanFilter kfilter, {{prefix}}Statespace model,…
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/_smoothers/
H A D_conventional.pyx248 cdef int ssmoothed_estimators_time_conventional(sKalmanSmoother smoother, sKalmanFilter kfilter, sS…
251 cdef int ssmoothed_state_conventional(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespace …
285 cdef int ssmoothed_state_autocov_conventional(sKalmanSmoother smoother, sKalmanFilter kfilter, sSta…
313 cdef int ssmoothed_disturbances_conventional(sKalmanSmoother smoother, sKalmanFilter kfilter, sStat…
588 cdef int dsmoothed_state_conventional(dKalmanSmoother smoother, dKalmanFilter kfilter, dStatespace …
622 cdef int dsmoothed_state_autocov_conventional(dKalmanSmoother smoother, dKalmanFilter kfilter, dSta…
650 cdef int dsmoothed_disturbances_conventional(dKalmanSmoother smoother, dKalmanFilter kfilter, dStat…
925 cdef int csmoothed_state_conventional(cKalmanSmoother smoother, cKalmanFilter kfilter, cStatespace …
987 cdef int csmoothed_disturbances_conventional(cKalmanSmoother smoother, cKalmanFilter kfilter, cStat…
1262 cdef int zsmoothed_state_conventional(zKalmanSmoother smoother, zKalmanFilter kfilter, zStatespace …
[all …]
H A D_conventional.pxd27 cdef int ssmoothed_estimators_time_conventional(sKalmanSmoother smoother, sKalmanFilter kfilter, sS…
28 cdef int ssmoothed_state_conventional(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespace …
29 cdef int ssmoothed_state_autocov_conventional(sKalmanSmoother smoother, sKalmanFilter kfilter, sSta…
30 cdef int ssmoothed_disturbances_conventional(sKalmanSmoother smoother, sKalmanFilter kfilter, sStat…
38 cdef int dsmoothed_state_conventional(dKalmanSmoother smoother, dKalmanFilter kfilter, dStatespace …
39 cdef int dsmoothed_state_autocov_conventional(dKalmanSmoother smoother, dKalmanFilter kfilter, dSta…
40 cdef int dsmoothed_disturbances_conventional(dKalmanSmoother smoother, dKalmanFilter kfilter, dStat…
48 cdef int csmoothed_state_conventional(cKalmanSmoother smoother, cKalmanFilter kfilter, cStatespace …
50 cdef int csmoothed_disturbances_conventional(cKalmanSmoother smoother, cKalmanFilter kfilter, cStat…
58 cdef int zsmoothed_state_conventional(zKalmanSmoother smoother, zKalmanFilter kfilter, zStatespace …
[all …]
H A D_univariate_diffuse.pxd24 …thed_estimators_time_univariate_diffuse(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespa…
25 cdef int ssmoothed_state_univariate_diffuse(sKalmanSmoother smoother, sKalmanFilter kfilter, sState…
26 cdef int ssmoothed_disturbances_univariate_diffuse(sKalmanSmoother smoother, sKalmanFilter kfilter,…
27 cdef int ssmoothed_state_autocov_univariate_diffuse(sKalmanSmoother smoother, sKalmanFilter kfilter
32 cdef int dsmoothed_state_univariate_diffuse(dKalmanSmoother smoother, dKalmanFilter kfilter, dState…
33 cdef int dsmoothed_disturbances_univariate_diffuse(dKalmanSmoother smoother, dKalmanFilter kfilter,…
34 cdef int dsmoothed_state_autocov_univariate_diffuse(dKalmanSmoother smoother, dKalmanFilter kfilter
39 cdef int csmoothed_state_univariate_diffuse(cKalmanSmoother smoother, cKalmanFilter kfilter, cState…
40 cdef int csmoothed_disturbances_univariate_diffuse(cKalmanSmoother smoother, cKalmanFilter kfilter,…
46 cdef int zsmoothed_state_univariate_diffuse(zKalmanSmoother smoother, zKalmanFilter kfilter, zState…
[all …]
H A D_univariate_diffuse.pyx352 …thed_estimators_time_univariate_diffuse(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespa…
411 cdef int ssmoothed_state_univariate_diffuse(sKalmanSmoother smoother, sKalmanFilter kfilter, sState…
479 cdef int ssmoothed_disturbances_univariate_diffuse(sKalmanSmoother smoother, sKalmanFilter kfilter,…
544 cdef int ssmoothed_state_autocov_univariate_diffuse(sKalmanSmoother smoother, sKalmanFilter kfilter
989 cdef int dsmoothed_state_univariate_diffuse(dKalmanSmoother smoother, dKalmanFilter kfilter, dState…
1057 cdef int dsmoothed_disturbances_univariate_diffuse(dKalmanSmoother smoother, dKalmanFilter kfilter,…
1122 cdef int dsmoothed_state_autocov_univariate_diffuse(dKalmanSmoother smoother, dKalmanFilter kfilter
1567 cdef int csmoothed_state_univariate_diffuse(cKalmanSmoother smoother, cKalmanFilter kfilter, cState…
1635 cdef int csmoothed_disturbances_univariate_diffuse(cKalmanSmoother smoother, cKalmanFilter kfilter,…
2145 cdef int zsmoothed_state_univariate_diffuse(zKalmanSmoother smoother, zKalmanFilter kfilter, zState…
[all …]
H A D_alternative.pxd24 cdef int ssmoothed_estimators_time_alternative(sKalmanSmoother smoother, sKalmanFilter kfilter, sSt…
25 cdef int ssmoothed_state_alternative(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespace m…
26 cdef int ssmoothed_disturbances_alternative(sKalmanSmoother smoother, sKalmanFilter kfilter, sState…
30 cdef int dsmoothed_estimators_time_alternative(dKalmanSmoother smoother, dKalmanFilter kfilter, dSt…
31 cdef int dsmoothed_state_alternative(dKalmanSmoother smoother, dKalmanFilter kfilter, dStatespace m…
32 cdef int dsmoothed_disturbances_alternative(dKalmanSmoother smoother, dKalmanFilter kfilter, dState…
36 cdef int csmoothed_estimators_time_alternative(cKalmanSmoother smoother, cKalmanFilter kfilter, cSt…
37 cdef int csmoothed_state_alternative(cKalmanSmoother smoother, cKalmanFilter kfilter, cStatespace m…
38 cdef int csmoothed_disturbances_alternative(cKalmanSmoother smoother, cKalmanFilter kfilter, cState…
43 cdef int zsmoothed_state_alternative(zKalmanSmoother smoother, zKalmanFilter kfilter, zStatespace m…
[all …]
H A D_alternative.pyx108 cdef int ssmoothed_estimators_time_alternative(sKalmanSmoother smoother, sKalmanFilter kfilter, sSt…
141 cdef int ssmoothed_state_alternative(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespace m…
181 cdef int ssmoothed_disturbances_alternative(sKalmanSmoother smoother, sKalmanFilter kfilter, sState…
355 cdef int dsmoothed_estimators_time_alternative(dKalmanSmoother smoother, dKalmanFilter kfilter, dSt…
388 cdef int dsmoothed_state_alternative(dKalmanSmoother smoother, dKalmanFilter kfilter, dStatespace m…
428 cdef int dsmoothed_disturbances_alternative(dKalmanSmoother smoother, dKalmanFilter kfilter, dState…
602 cdef int csmoothed_estimators_time_alternative(cKalmanSmoother smoother, cKalmanFilter kfilter, cSt…
635 cdef int csmoothed_state_alternative(cKalmanSmoother smoother, cKalmanFilter kfilter, cStatespace m…
675 cdef int csmoothed_disturbances_alternative(cKalmanSmoother smoother, cKalmanFilter kfilter, cState…
882 cdef int zsmoothed_state_alternative(zKalmanSmoother smoother, zKalmanFilter kfilter, zStatespace m…
[all …]
H A D_univariate.pyx52 …othed_estimators_measurement_univariate(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespa…
354 cdef int ssmoothed_estimators_time_univariate(sKalmanSmoother smoother, sKalmanFilter kfilter, sSta…
391 cdef int ssmoothed_disturbances_univariate(sKalmanSmoother smoother, sKalmanFilter kfilter, sStates…
473 …othed_estimators_measurement_univariate(dKalmanSmoother smoother, dKalmanFilter kfilter, dStatespa…
775 cdef int dsmoothed_estimators_time_univariate(dKalmanSmoother smoother, dKalmanFilter kfilter, dSta…
812 cdef int dsmoothed_disturbances_univariate(dKalmanSmoother smoother, dKalmanFilter kfilter, dStates…
894 …othed_estimators_measurement_univariate(cKalmanSmoother smoother, cKalmanFilter kfilter, cStatespa…
1196 cdef int csmoothed_estimators_time_univariate(cKalmanSmoother smoother, cKalmanFilter kfilter, cSta…
1233 cdef int csmoothed_disturbances_univariate(cKalmanSmoother smoother, cKalmanFilter kfilter, cStates…
1617 cdef int zsmoothed_estimators_time_univariate(zKalmanSmoother smoother, zKalmanFilter kfilter, zSta…
[all …]
H A D_univariate.pxd23 …othed_estimators_measurement_univariate(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespa…
24 cdef int ssmoothed_estimators_time_univariate(sKalmanSmoother smoother, sKalmanFilter kfilter, sSta…
25 cdef int ssmoothed_disturbances_univariate(sKalmanSmoother smoother, sKalmanFilter kfilter, sStates…
28 …othed_estimators_measurement_univariate(dKalmanSmoother smoother, dKalmanFilter kfilter, dStatespa…
29 cdef int dsmoothed_estimators_time_univariate(dKalmanSmoother smoother, dKalmanFilter kfilter, dSta…
30 cdef int dsmoothed_disturbances_univariate(dKalmanSmoother smoother, dKalmanFilter kfilter, dStates…
33 …othed_estimators_measurement_univariate(cKalmanSmoother smoother, cKalmanFilter kfilter, cStatespa…
34 cdef int csmoothed_estimators_time_univariate(cKalmanSmoother smoother, cKalmanFilter kfilter, cSta…
35 cdef int csmoothed_disturbances_univariate(cKalmanSmoother smoother, cKalmanFilter kfilter, cStates…
39 cdef int zsmoothed_estimators_time_univariate(zKalmanSmoother smoother, zKalmanFilter kfilter, zSta…
[all …]
H A D_classical.pxd23 cdef int ssmoothed_estimators_measurement_classical(sKalmanSmoother smoother, sKalmanFilter kfilter
24 cdef int ssmoothed_estimators_time_classical(sKalmanSmoother smoother, sKalmanFilter kfilter, sStat…
25 cdef int ssmoothed_state_classical(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespace mod…
28 cdef int dsmoothed_estimators_measurement_classical(dKalmanSmoother smoother, dKalmanFilter kfilter
29 cdef int dsmoothed_estimators_time_classical(dKalmanSmoother smoother, dKalmanFilter kfilter, dStat…
30 cdef int dsmoothed_state_classical(dKalmanSmoother smoother, dKalmanFilter kfilter, dStatespace mod…
33 cdef int csmoothed_estimators_measurement_classical(cKalmanSmoother smoother, cKalmanFilter kfilter
34 cdef int csmoothed_estimators_time_classical(cKalmanSmoother smoother, cKalmanFilter kfilter, cStat…
35 cdef int csmoothed_state_classical(cKalmanSmoother smoother, cKalmanFilter kfilter, cStatespace mod…
39 cdef int zsmoothed_estimators_time_classical(zKalmanSmoother smoother, zKalmanFilter kfilter, zStat…
[all …]
H A D_classical.pyx68 cdef int ssmoothed_estimators_measurement_classical(sKalmanSmoother smoother, sKalmanFilter kfilter
166 cdef int ssmoothed_estimators_time_classical(sKalmanSmoother smoother, sKalmanFilter kfilter, sStat…
169 cdef int ssmoothed_state_classical(sKalmanSmoother smoother, sKalmanFilter kfilter, sStatespace mod…
220 cdef int dsmoothed_estimators_measurement_classical(dKalmanSmoother smoother, dKalmanFilter kfilter
318 cdef int dsmoothed_estimators_time_classical(dKalmanSmoother smoother, dKalmanFilter kfilter, dStat…
321 cdef int dsmoothed_state_classical(dKalmanSmoother smoother, dKalmanFilter kfilter, dStatespace mod…
372 cdef int csmoothed_estimators_measurement_classical(cKalmanSmoother smoother, cKalmanFilter kfilter
470 cdef int csmoothed_estimators_time_classical(cKalmanSmoother smoother, cKalmanFilter kfilter, cStat…
473 cdef int csmoothed_state_classical(cKalmanSmoother smoother, cKalmanFilter kfilter, cStatespace mod…
622 cdef int zsmoothed_estimators_time_classical(zKalmanSmoother smoother, zKalmanFilter kfilter, zStat…
[all …]
H A D_conventional.pyx.in91 …tors_missing_conventional({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
145 …nces_missing_conventional({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
208 …_measurement_conventional({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
272 …imators_time_conventional({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
275 …oothed_state_conventional({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
309 …tate_autocov_conventional({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
337 …disturbances_conventional({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
H A D_univariate_diffuse.pyx.in78 …rement_univariate_diffuse({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
393 …s_time_univariate_diffuse({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
452 …_state_univariate_diffuse({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
520 …bances_univariate_diffuse({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
585 …utocov_univariate_diffuse({{prefix}}KalmanSmoother smoother, {{prefix}}KalmanFilter kfilter, {{pre…
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-wwdenu.adb29 -- --
70 String_To_Wide_Wide_String (S, WS, L, EM);
71 W := Natural'Max (W, L);
109 String_To_Wide_Wide_String (S, WS, L, EM);
157 -- Wide_Width_Enumeration_8 --
235 -- Wide_Width_Enumeration_32 --
236 -------------------------------

12