Home
last modified time | relevance | path

Searched refs:nfrequency (Results 1 – 11 of 11) sorted by relevance

/dports/math/R/R-4.1.2/src/library/stats/R/
H A Daggregate.R203 function(x, nfrequency = 1, FUN = sum, ndeltat = 1, argument
211 if(missing(nfrequency))
212 nfrequency <- 1 / ndeltat
213 if((nfrequency > 1) &&
214 (abs(nfrequency - round(nfrequency)) < ts.eps))
215 nfrequency <- round(nfrequency)
217 if(nfrequency == ofrequency)
219 ratio <- ofrequency /nfrequency
222 ofrequency, nfrequency), domain = NA)
229 len <- trunc((ofrequency / nfrequency) + ts.eps)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Daggregate.R203 function(x, nfrequency = 1, FUN = sum, ndeltat = 1, argument
211 if(missing(nfrequency))
212 nfrequency <- 1 / ndeltat
213 if((nfrequency > 1) &&
214 (abs(nfrequency - round(nfrequency)) < ts.eps))
215 nfrequency <- round(nfrequency)
217 if(nfrequency == ofrequency)
219 ratio <- ofrequency /nfrequency
222 ofrequency, nfrequency), domain = NA)
229 len <- trunc((ofrequency / nfrequency) + ts.eps)
[all …]
/dports/math/R/R-4.1.2/src/library/stats/man/
H A Daggregate.Rd23 \method{aggregate}{ts}(x, nfrequency = 1, FUN = sum, ndeltat = 1,
53 \item{nfrequency}{new number of observations per unit of time; must
58 \item{ts.eps}{tolerance used to decide if \code{nfrequency} is a
94 appropriate blocks of length \code{frequency(x) / nfrequency}, and
97 series with frequency \code{nfrequency} holding the aggregated values.
172 aggregate(presidents, nfrequency = 1, FUN = mean)
174 aggregate(presidents, nfrequency = 1,
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A Daggregate.Rd23 \method{aggregate}{ts}(x, nfrequency = 1, FUN = sum, ndeltat = 1,
53 \item{nfrequency}{new number of observations per unit of time; must
58 \item{ts.eps}{tolerance used to decide if \code{nfrequency} is a
94 appropriate blocks of length \code{frequency(x) / nfrequency}, and
97 series with frequency \code{nfrequency} holding the aggregated values.
172 aggregate(presidents, nfrequency = 1, FUN = mean)
174 aggregate(presidents, nfrequency = 1,
/dports/audio/schismtracker/schismtracker-20211116/player/
H A Dsndmix.c355 int *nenvpitch, int *nfrequency) in rn_pitch_filter_envelope() argument
360 int frequency = *nfrequency; in rn_pitch_filter_envelope()
406 *nfrequency = frequency; in rn_pitch_filter_envelope()
/dports/math/R/R-4.1.2/tests/
H A Dreg-tests-2.R2459 aggregate(as.ts(x), FUN = mean, nfrequency = 0.2)
H A Dreg-tests-2.Rout.save6671 > aggregate(as.ts(x), FUN = mean, nfrequency = 0.2)
/dports/math/libRmath/R-4.1.1/tests/
H A Dreg-tests-2.R2459 aggregate(as.ts(x), FUN = mean, nfrequency = 0.2)
H A Dreg-tests-2.Rout.save6661 > aggregate(as.ts(x), FUN = mean, nfrequency = 0.2)
/dports/math/R/R-4.1.2/tests/Examples/
H A Dstats-Ex.Rout.save2569 > aggregate(presidents, nfrequency = 1, FUN = mean)
2578 > aggregate(presidents, nfrequency = 1,
/dports/math/libRmath/R-4.1.1/tests/Examples/
H A Dstats-Ex.Rout.save2569 > aggregate(presidents, nfrequency = 1, FUN = mean)
2578 > aggregate(presidents, nfrequency = 1,