Home
last modified time | relevance | path

Searched defs:periods (Results 1 – 25 of 1037) sorted by relevance

12345678910>>...42

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/tests/
H A Dtest_multivariate_switch_univariate.py83 def check_filter_output(mod, periods, atol=0): argument
142 def check_smoother_output(mod, periods, atol=1e-12): argument
235 def test_filter_output(univariate, missing, init, periods): argument
248 def test_smoother_output(univariate, missing, init, periods, option): argument
297 def test_sarimax(missing, periods, use_exact_diffuse): argument
318 def test_unobserved_components(missing, periods, use_exact_diffuse): argument
338 def test_varmax(missing, periods): argument
358 def test_dynamic_factor(missing, periods): argument
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/util/average/
H A DAverageFactory.java43 public static MovingAverage MovingAverage(int periods) { in MovingAverage()
52 public static MovingImmediateAverage MovingImmediateAverage(int periods) { in MovingImmediateAverage()
59 public static ExponentialMovingAverage ExponentialMovingAverage(int periods) { in ExponentialMovingAverage()
95 final int periods, in LazyMovingImmediateAverage()
H A DMovingAverage.java26 private final int periods; field in MovingAverage
35 public MovingAverage(int periods) { in MovingAverage()
H A DMovingImmediateAverage.java26 private final int periods; field in MovingImmediateAverage
35 public MovingImmediateAverage(int periods) { in MovingImmediateAverage()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/pipeline/
H A Dduration.rb112 def from_periods(periods) argument
118 def process_periods(periods) argument
142 def process_duration(periods) argument
/dports/textproc/libkolabxml/libkolabxml-1.1.6/src/containers/
H A Dkolabfreebusy.cpp74 void FreebusyPeriod::setPeriods(const std::vector< Period > &periods) in setPeriods()
79 std::vector< Period > FreebusyPeriod::periods() const in periods() function in Kolab::FreebusyPeriod
184 void Freebusy::setPeriods(const std::vector< FreebusyPeriod > &periods) in setPeriods()
189 std::vector< FreebusyPeriod > Freebusy::periods() const in periods() function in Kolab::Freebusy
/dports/science/gromacs/gromacs-2021.4/src/external/thread_mpi/src/
H A Dtopology.cpp105 int tMPI_Cart_get(tMPI_Comm comm, int maxdims, int *dims, int *periods, in tMPI_Cart_get()
216 int tMPI_Cart_map(tMPI_Comm comm, int ndims, int *dims, int *periods, in tMPI_Cart_map()
260 int *periods) in tMPI_Cart_init()
301 int tMPI_Cart_create(tMPI_Comm comm_old, int ndims, int *dims, int *periods, in tMPI_Cart_create()
361 int *periods = NULL; in tMPI_Cart_sub() local
/dports/net/mpich/mpich-3.4.3/src/mpi/topo/
H A Dcart_create.c34 const int periods[], int reorder, MPI_Comm * comm_cart) in MPIR_Cart_create()
163 const int periods[], int reorder, MPI_Comm * comm_cart) in MPIR_Cart_create_impl()
219 const int periods[], int reorder, MPI_Comm * comm_cart) in MPI_Cart_create()
/dports/www/matomo/piwik/core/Archive/
H A DParameters.php29 private $periods = array(); variable in Piwik\\Archive\\Parameters
43 public function __construct($idSites, $periods, Segment $segment)
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/
H A DSingle.php54 public static function periods($rate, $presentValue, $futureValue) function in PhpOffice\\PhpSpreadsheet\\Calculation\\Financial\\CashFlow\\Single
87 public static function interestRate($periods = 0.0, $presentValue = 0.0, $futureValue = 0.0)
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/java/
H A DCartParms.java59 private final boolean[] periods; field in CartParms
70 protected CartParms(int[] dims, boolean[] periods, int[] coords) in CartParms()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/java/
H A DCartParms.java59 private final boolean[] periods; field in CartParms
70 protected CartParms(int[] dims, boolean[] periods, int[] coords) in CartParms()
/dports/net/mpich2/mpich2-1.5/src/mpi/topo/
H A Dcart_create.c37 const int periods[], int reorder, MPI_Comm *comm_cart ) in MPIR_Cart_create()
173 const int periods[], int reorder, MPI_Comm *comm_cart) in MPIR_Cart_create_impl()
237 MPICH2_CONST int *periods, int reorder, MPI_Comm *comm_cart) in MPI_Cart_create()
/dports/science/dynare/dynare-4.6.4/matlab/backward/
H A Dbackward_model_forecast.m43 periods = 8; variable
48 periods = 8; variable
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/CashFlow/Constant/Periodic/
H A DCumulative.php34 $periods,
99 $periods,
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/profile/
H A Dpcart_map_f08.F908 subroutine PMPI_Cart_map_f08(comm,ndims,dims,periods,newrank,ierror) argument
16 LOGICAL, INTENT(IN) :: periods(ndims) local
H A Dpcart_get_f08.F908 subroutine PMPI_Cart_get_f08(comm,maxdims,dims,periods,coords,ierror) argument
17 LOGICAL, INTENT(OUT) :: periods(maxdims) local
H A Dpcart_create_f08.F908 subroutine PMPI_Cart_create_f08(comm_old,ndims,dims,periods,reorder,comm_cart,ierror) argument
17 LOGICAL, INTENT(IN) :: periods(ndims), reorder local
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/
H A Dcart_map_f08.F908 subroutine MPI_Cart_map_f08(comm,ndims,dims,periods,newrank,ierror) argument
16 LOGICAL, INTENT(IN) :: periods(ndims) local
H A Dcart_get_f08.F908 subroutine MPI_Cart_get_f08(comm,maxdims,dims,periods,coords,ierror) argument
17 LOGICAL, INTENT(OUT) :: periods(maxdims) local
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/
H A Dcart_map_f08.F908 subroutine MPI_Cart_map_f08(comm,ndims,dims,periods,newrank,ierror) argument
16 LOGICAL, INTENT(IN) :: periods(ndims) local
H A Dcart_get_f08.F908 subroutine MPI_Cart_get_f08(comm,maxdims,dims,periods,coords,ierror) argument
17 LOGICAL, INTENT(OUT) :: periods(maxdims) local
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/profile/
H A Dpcart_get_f08.F908 subroutine PMPI_Cart_get_f08(comm,maxdims,dims,periods,coords,ierror) argument
17 LOGICAL, INTENT(OUT) :: periods(maxdims) local
H A Dpcart_map_f08.F908 subroutine PMPI_Cart_map_f08(comm,ndims,dims,periods,newrank,ierror) argument
16 LOGICAL, INTENT(IN) :: periods(ndims) local
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/interval/
H A Dtest_interval_range.py30 def test_constructor_numeric(self, closed, name, freq, periods): argument
63 def test_constructor_timestamp(self, closed, name, freq, periods, tz): argument
98 def test_constructor_timedelta(self, closed, name, freq, periods): argument

12345678910>>...42