Home
last modified time | relevance | path

Searched refs:tsa (Results 1 – 25 of 2378) sorted by relevance

12345678910>>...96

/dports/biology/avida/avida-2.12.4-src/avida-core/source/classification/
H A DcSexualAncestry.cc71 if (!tsa) { in GetPhyloDistance()
72 tsa = new cSexualAncestry(bg); in GetPhyloDistance()
73 bg->AttachData(tsa); in GetPhyloDistance()
77 if (m_id == tsa->GetID()) return 0; in GetPhyloDistance()
123 GetAncestorID(2) == tsa->GetAncestorID(3) || in GetPhyloDistance()
124 GetAncestorID(2) == tsa->GetAncestorID(4) || in GetPhyloDistance()
125 GetAncestorID(2) == tsa->GetAncestorID(5) || in GetPhyloDistance()
126 GetAncestorID(3) == tsa->GetAncestorID(2) || in GetPhyloDistance()
127 GetAncestorID(3) == tsa->GetAncestorID(3) || in GetPhyloDistance()
128 GetAncestorID(3) == tsa->GetAncestorID(4) || in GetPhyloDistance()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/docs/source/
H A Dapi.rst8 using ``import statsmodels.tsa.api as tsa``.
123 ``statsmodels.tsa.api``
131 ~statsmodels.tsa.stattools.acf
132 ~statsmodels.tsa.stattools.acovf
134 ~statsmodels.tsa.stattools.bds
135 ~statsmodels.tsa.stattools.ccf
138 ~statsmodels.tsa.stattools.kpss
139 ~statsmodels.tsa.stattools.pacf
153 ~statsmodels.tsa.ardl.ARDL
160 ~statsmodels.tsa.ardl.UECM
[all …]
H A Dtsa.rst1 .. module:: statsmodels.tsa
4 .. currentmodule:: statsmodels.tsa
10 Time Series analysis :mod:`tsa`
28 structure is within statsmodels.tsa is
58 .. currentmodule:: statsmodels.tsa
103 .. currentmodule:: statsmodels.tsa
124 .. currentmodule:: statsmodels.tsa
160 .. currentmodule:: statsmodels.tsa
176 .. currentmodule:: statsmodels.tsa
217 .. currentmodule:: statsmodels.tsa
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Daddr.c92 struct sockaddr_in tsa; in addr_num_to_addr_str() local
96 memset(&tsa,0,sizeof(tsa)); in addr_num_to_addr_str()
111 struct sockaddr_in tsa; in addr_num_to_ip_str() local
115 memset(&tsa,0,sizeof(tsa)); in addr_num_to_ip_str()
129 struct sockaddr_in tsa; in netaddr_num_to_addr_str() local
133 memset(&tsa,0,sizeof(tsa)); in netaddr_num_to_addr_str()
146 struct sockaddr_in tsa; in host_lookup() local
162 memset(&tsa,0,sizeof(tsa)); in host_lookup()
164 tsa.sin_port = htons(0); in host_lookup()
271 struct sockaddr_in tsa; in addr_create_str() local
[all …]
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dtimestamp_test.cpp20 TimeStamp tsa; in main() local
21 if (tsa.isValid()) { in main()
26 tsa += TimeDiff(50); in main()
27 if (tsa.isValid()) { in main()
32 tsa = TimeStamp::now(); in main()
33 if (!tsa.isValid()) return EXIT_FAILURE; in main()
35 tsa += TimeDiff(); in main()
36 if (tsa.isValid()) { in main()
47 tsa = TimeStamp::now(); in main()
48 TimeStamp tsb = tsa; in main()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/
H A D.gitignore76 statsmodels/tsa/statespace/_statespace.pyx
77 statsmodels/tsa/innovations/_arma_innovations.pyx
79 statsmodels/tsa/regime_switching/_kim_smoother.pyx
80 statsmodels/tsa/statespace/_initialization.pyx
81 statsmodels/tsa/statespace/_representation.pyx
82 statsmodels/tsa/statespace/_kalman_filter.pyx
83 statsmodels/tsa/statespace/_kalman_smoother.pyx
84 statsmodels/tsa/statespace/_simulation_smoother.pyx
86 statsmodels/tsa/statespace/_tools.pyx
88 statsmodels/tsa/statespace/_filters/_inversions.pyx
[all …]
H A Dlint.sh193 statsmodels/tsa/__init__.py \
194 statsmodels/tsa/_bds.py \
195 statsmodels/tsa/adfvalues.py \
196 statsmodels/tsa/api.py \
197 statsmodels/tsa/ar_model.py \
198 statsmodels/tsa/ardl/ \
199 statsmodels/tsa/arima/ \
209 statsmodels/tsa/innovations/ \
212 statsmodels/tsa/seasonal.py \
213 statsmodels/tsa/statespace/ \
[all …]
/dports/math/eprover/eprover-E-2.0/LEARN/
H A Dcle_tsm.c356 TSA_p tsa; in tsm_rec_eval() local
367 *res += tsa->eval_weight * tsa->eval; in tsm_rec_eval()
405 TSA_p tsa; in tsm_rec_eval_no_weight() local
1050 TSA_p tsa; in TSMFree() local
1059 if(tsa) in TSMFree()
1334 TSA_p tsa; in TSMPrintFlat() local
1339 if(tsa) in TSMPrintFlat()
1342 i, tsa->eval, tsa->eval_weight); in TSMPrintFlat()
1363 TSA_p tsa; in TSMPrintRek() local
1373 if(tsa) in TSMPrintRek()
[all …]
H A Dcle_tsmio.c126 TSA_p tsa; in rec_get_highest_weight() local
132 tsa = PDArrayElementP(tsm->tsas, i); in rec_get_highest_weight()
133 if(tsa) in rec_get_highest_weight()
135 res = MAX(res, tsa->eval_weight); in rec_get_highest_weight()
136 for(j=0; j<tsa->arity; j++) in rec_get_highest_weight()
138 tmp = rec_get_highest_weight(tsa->arg_tsms[j]); in rec_get_highest_weight()
163 TSA_p tsa; in level_get_highest_weight() local
169 tsa = PDArrayElementP(tsm->tsas, i); in level_get_highest_weight()
170 if(tsa) in level_get_highest_weight()
172 res = MAX(res, tsa->eval_weight); in level_get_highest_weight()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/ixgbe/
H A Dixgbe_dcb.c243 u8 *tsa) in ixgbe_dcb_unpack_tsa_cee() argument
249 tsa[tc] = tc_config[tc].path[direction].tsa; in ixgbe_dcb_unpack_tsa_cee()
466 tsa, map); in ixgbe_dcb_config_rx_arbiter_cee()
499 bwgid, tsa); in ixgbe_dcb_config_tx_desc_arbiter_cee()
546 bwgid, tsa, in ixgbe_dcb_config_tx_data_arbiter_cee()
654 tsa, map); in ixgbe_dcb_hw_config_cee()
699 tsa); in ixgbe_dcb_hw_config()
701 tsa); in ixgbe_dcb_hw_config()
707 tsa, map); in ixgbe_dcb_hw_config()
709 tsa); in ixgbe_dcb_hw_config()
[all …]
H A Dixgbe_dcb_82598.c119 u16 *max, u8 *tsa) in ixgbe_dcb_config_rx_arbiter_82598() argument
146 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_rx_arbiter_82598()
175 u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82598() argument
198 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee) in ixgbe_dcb_config_tx_desc_arbiter_82598()
201 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_tx_desc_arbiter_82598()
219 u8 *tsa) in ixgbe_dcb_config_tx_data_arbiter_82598() argument
238 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee) in ixgbe_dcb_config_tx_data_arbiter_82598()
241 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_tx_data_arbiter_82598()
348 u8 *tsa) in ixgbe_dcb_hw_config_82598() argument
352 tsa); in ixgbe_dcb_hw_config_82598()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/tsa/
H A Dworker_status_test.go21 workerStatus *tsa.WorkerStatus
44 workerStatus = &tsa.WorkerStatus{
65 Expect(err.Error()).To(Equal(tsa.ResourceActionMissing))
81 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportContainers)
95 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportContainers)
178 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
192 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
206 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
220 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
235 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
[all …]
H A Dsweeper_test.go21 sweeper *tsa.Sweeper
44 sweeper = &tsa.Sweeper{
64 Expect(err.Error()).To(Equal(tsa.ResourceActionMissing))
97 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
111 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
125 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
140 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
177 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
191 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
205 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
[all …]
/dports/misc/concourse/concourse-6.7.2/tsa/
H A Dworker_status_test.go21 workerStatus *tsa.WorkerStatus
44 workerStatus = &tsa.WorkerStatus{
65 Expect(err.Error()).To(Equal(tsa.ResourceActionMissing))
81 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportContainers)
95 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportContainers)
178 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
192 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
206 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
220 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
235 err := workerStatus.WorkerStatus(ctx, worker, tsa.ReportVolumes)
[all …]
H A Dsweeper_test.go21 sweeper *tsa.Sweeper
44 sweeper = &tsa.Sweeper{
64 Expect(err.Error()).To(Equal(tsa.ResourceActionMissing))
97 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
111 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
125 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
140 _, err := sweeper.Sweep(ctx, worker, tsa.SweepContainers)
177 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
191 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
205 _, err := sweeper.Sweep(ctx, worker, tsa.SweepVolumes)
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/python/
H A Dtsa_arma_0.py18 from statsmodels.tsa.arima.model import ARIMA
38 fig = sm.graphics.tsa.plot_pacf(dta, lags=40, ax=ax2)
71 fig = sm.graphics.tsa.plot_pacf(resid, lags=40, ax=ax2)
73 r, q, p = sm.tsa.acf(resid.values.squeeze(), fft=True, qstat=True)
98 from statsmodels.tsa.arima_process import ArmaProcess
128 fig = sm.graphics.tsa.plot_acf(arma_rvs, lags=40, ax=ax1)
130 fig = sm.graphics.tsa.plot_pacf(arma_rvs, lags=40, ax=ax2)
140 r, q, p = sm.tsa.acf(resid, nlags=lags, fft=True, qstat=True)
147 r, q, p = sm.tsa.acf(resid, nlags=lags, fft=True, qstat=True)
156 macrodta.index = pd.Index(sm.tsa.datetools.dates_from_range(
[all …]
H A Dmarkov_regression.py58 from statsmodels.tsa.regime_switching.tests.test_markov_regression import fedfunds
70 mod_fedfunds = sm.tsa.MarkovRegression(dta_fedfunds, k_regimes=2)
114 mod_fedfunds2 = sm.tsa.MarkovRegression(dta_fedfunds.iloc[1:],
151 from statsmodels.tsa.regime_switching.tests.test_markov_regression import ogap, inf
162 mod_fedfunds3 = sm.tsa.MarkovRegression(dta_fedfunds.iloc[4:],
169 mod_fedfunds4 = sm.tsa.MarkovRegression(dta_fedfunds.iloc[4:],
215 from statsmodels.tsa.regime_switching.tests.test_markov_regression import areturns
226 mod_areturns = sm.tsa.MarkovRegression(
H A Dtsa_filters.py20 index = pd.Index(sm.tsa.datetools.dates_from_range("1959Q1", "2009Q3"))
51 gdp_cycle, gdp_trend = sm.tsa.filters.hpfilter(dta.realgdp)
101 bk_cycles = sm.tsa.filters.bkfilter(dta[["infl", "unemp"]])
135 print(sm.tsa.stattools.adfuller(dta["unemp"])[:3])
137 print(sm.tsa.stattools.adfuller(dta["infl"])[:3])
139 cf_cycles, cf_trend = sm.tsa.filters.cffilter(dta[["infl", "unemp"]])
H A Dstatespace_arma_0.py39 fig = sm.graphics.tsa.plot_acf(dta.values.squeeze(), lags=40, ax=ax1)
41 fig = sm.graphics.tsa.plot_pacf(dta, lags=40, ax=ax2)
43 arma_mod20 = sm.tsa.statespace.SARIMAX(dta, order=(2, 0, 0),
47 arma_mod30 = sm.tsa.statespace.SARIMAX(dta, order=(3, 0, 0),
74 fig = sm.graphics.tsa.plot_acf(resid, lags=40, ax=ax1)
76 fig = sm.graphics.tsa.plot_pacf(resid, lags=40, ax=ax2)
78 r, q, p = sm.tsa.acf(resid, fft=True, qstat=True)
/dports/net/concourse-fly/concourse-6.7.1/tsa/tsacmd/
H A Dremote_cli.go73 heartbeater := tsa.NewHeartbeater(
91 tsa.NewEventWriter(channel),
170 return (&tsa.Lander{
191 return (&tsa.Retirer{
212 return (&tsa.Deleter{
233 sweeper := &tsa.Sweeper{
267 return (&tsa.WorkerStatus{
271 }).WorkerStatus(ctx, worker, tsa.ReportContainers)
289 sweeper := &tsa.Sweeper{
323 return (&tsa.WorkerStatus{
[all …]
/dports/misc/concourse/concourse-6.7.2/tsa/tsacmd/
H A Dremote_cli.go73 heartbeater := tsa.NewHeartbeater(
91 tsa.NewEventWriter(channel),
170 return (&tsa.Lander{
191 return (&tsa.Retirer{
212 return (&tsa.Deleter{
233 sweeper := &tsa.Sweeper{
267 return (&tsa.WorkerStatus{
271 }).WorkerStatus(ctx, worker, tsa.ReportContainers)
289 sweeper := &tsa.Sweeper{
323 return (&tsa.WorkerStatus{
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/std/src/net/addr/
H A Dtests.rs1 use crate::net::test::{sa4, sa6, tsa};
9 assert_eq!(Ok(vec![e]), tsa((a, p))); in to_socket_addr_ipaddr_u16()
15 assert_eq!(Ok(vec![a]), tsa(("77.88.21.11", 24352))); in to_socket_addr_str_u16()
18 assert_eq!(Ok(vec![a]), tsa(("2a02:6b8:0:1::1", 53))); in to_socket_addr_str_u16()
22 assert!(tsa(("localhost", 23924)).unwrap().contains(&a)); in to_socket_addr_str_u16()
30 assert_eq!(Ok(vec![a]), tsa("77.88.21.11:24352")); in to_socket_addr_str()
33 assert_eq!(Ok(vec![a]), tsa("[2a02:6b8:0:1::1]:53")); in to_socket_addr_str()
37 assert!(tsa("localhost:23924").unwrap().contains(&a)); in to_socket_addr_str()
46 assert_eq!(Ok(vec![a]), tsa(&format!("{}:{}", "77.88.21.11", "24352"))); in to_socket_addr_string()
47 assert_eq!(Ok(vec![a]), tsa(format!("{}:{}", "77.88.21.11", "24352"))); in to_socket_addr_string()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/signedcontent/
H A DTrustEngineListener.java47 SignerInfo tsa = signedContent.getTSASignerInfo(info); in addedTrustAnchor() local
48 if (tsa != null && tsa.getTrustAnchor() == null) in addedTrustAnchor()
74 SignerInfo tsa = signedContent.getTSASignerInfo(info); in removedTrustAnchor() local
75 if (tsa != null && anchor.equals(tsa.getTrustAnchor())) { in removedTrustAnchor()
78 untrustedSigners.add(tsa); in removedTrustAnchor()
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/tsp/
H A DTSTInfo.java30 private GeneralName tsa; field in TSTInfo
80 tsa = GeneralName.getInstance(tagged, true); in TSTInfo()
108 GeneralName tsa, Extensions extensions) in TSTInfo() argument
119 this.tsa = tsa; in TSTInfo()
165 return tsa; in getTsa()
221 if (tsa != null) in toASN1Primitive()
223 seq.add(new DERTaggedObject(true, 0, tsa)); in toASN1Primitive()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/test/
H A Dtempo_test.cc52 const TempoSection& tsa (map.tempo_section_at_sample (0)); in recomputeMapTest48() local
53 CPPUNIT_ASSERT_DOUBLES_EQUAL (0.1, tsa.minute_at_pulse (3.0), 1e-17); in recomputeMapTest48()
54 CPPUNIT_ASSERT_DOUBLES_EQUAL (0.1 / 2.0, tsa.minute_at_pulse (1.5), 1e-17); in recomputeMapTest48()
55 CPPUNIT_ASSERT_DOUBLES_EQUAL (0.1 / 3.0, tsa.minute_at_pulse (1.0), 1e-17); in recomputeMapTest48()
57 CPPUNIT_ASSERT_DOUBLES_EQUAL (3.0, tsa.pulse_at_minute (0.1), 1e-17); in recomputeMapTest48()
58 CPPUNIT_ASSERT_DOUBLES_EQUAL (1.5, tsa.pulse_at_minute (0.1 / 2.0), 1e-17); in recomputeMapTest48()
150 const TempoSection& tsa (map.tempo_section_at_sample (0)); in recomputeMapTest44() local
151 CPPUNIT_ASSERT_DOUBLES_EQUAL (0.1, tsa.minute_at_pulse (3.0), 1e-17); in recomputeMapTest44()
155 CPPUNIT_ASSERT_DOUBLES_EQUAL (3.0, tsa.pulse_at_minute (0.1), 1e-17); in recomputeMapTest44()
163 CPPUNIT_ASSERT_DOUBLES_EQUAL (0.1, tsa.minute_at_pulse (3.0), 1e-17); in recomputeMapTest44()
[all …]

12345678910>>...96