Home
last modified time | relevance | path

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

/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dzeroin.c96 int *Maxit) /* Max # of iterations */ in R_zeroin2() argument
104 maxit = *Maxit + 1; tol = * Tol; in R_zeroin2()
109 *Maxit = 0; in R_zeroin2()
114 *Maxit = 0; in R_zeroin2()
139 *Maxit -= maxit; in R_zeroin2()
192 *Maxit = -1; in R_zeroin2()
H A Dstats.h63 double *Tol, int *Maxit);
/dports/math/R-cran-truncnorm/truncnorm/src/
H A Dzeroin.c92 int *Maxit) /* Max # of iterations */ in truncnorm_zeroin() argument
102 maxit = *Maxit + 1; in truncnorm_zeroin()
108 *Maxit = 0; in truncnorm_zeroin()
113 *Maxit = 0; in truncnorm_zeroin()
140 *Maxit -= maxit; in truncnorm_zeroin()
198 *Maxit = -1; in truncnorm_zeroin()
H A Dzeroin.h10 int *Maxit);
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dzeroin.c96 int *Maxit) /* Max # of iterations */ in R_zeroin2() argument
104 maxit = *Maxit + 1; tol = * Tol; in R_zeroin2()
109 *Maxit = 0; in R_zeroin2()
114 *Maxit = 0; in R_zeroin2()
139 *Maxit -= maxit; in R_zeroin2()
192 *Maxit = -1; in R_zeroin2()
H A Dstats.h63 double *Tol, int *Maxit);
/dports/math/igraph/igraph-0.9.5/src/internal/
H A Dzeroin.c98 int *Maxit, /* Max # of iterations */ in igraph_zeroin() argument
107 maxit = *Maxit + 1; tol = * Tol; in igraph_zeroin()
112 *Maxit = 0; in igraph_zeroin()
118 *Maxit = 0; in igraph_zeroin()
144 *Maxit -= maxit; in igraph_zeroin()
201 *Maxit = -1; in igraph_zeroin()
/dports/math/R-cran-igraph/igraph/src/
H A Dzeroin.c97 int *Maxit, /* Max # of iterations */ in igraph_zeroin() argument
106 maxit = *Maxit + 1; tol = * Tol; in igraph_zeroin()
111 *Maxit = 0; in igraph_zeroin()
117 *Maxit = 0; in igraph_zeroin()
143 *Maxit -= maxit; in igraph_zeroin()
200 *Maxit = -1; in igraph_zeroin()
/dports/math/R-cran-VGAM/VGAM/R/
H A Dvgam.control.q21 Maxit.outer = 10,
68 if (!is.Numeric(Maxit.outer, length.arg = 1,
70 warning("bad input for argument 'Maxit.outer'; ",
72 Maxit.outer <- 20
105 Maxit.outer = Maxit.outer,
H A Dqrrvglm.control.q28 Maxit.optim = 250,
112 if (!is.Numeric(Maxit.optim, integer.valued = TRUE, positive = TRUE))
113 stop("Bad input for 'Maxit.optim'")
171 Maxit.optim = Maxit.optim,
H A Dvgam.fit.q222 for (iter.outer in 1:control$Maxit.outer) {
248 if (control$Maxit.outer > 1)
335 if (control$Maxit.outer > 1 && iter.outer >= control$Maxit.outer &&
337 warning("convergence not obtained in ", control$Maxit.outer,
H A Dfamily.rrr.R25 Maxit = 7, argument
36 Maxit = Maxit, nameattr
78 Maxit = 20, argument
142 for (iter in 1:Maxit) {
189 } else if (iter == Maxit && !Suppress.warning) {
485 Maxit = rrcontrol$Maxit,
762 maxit = rrcontrol$Maxit,
880 Maxit = 100, argument
890 Maxit = Maxit, nameattr
H A Dcao.fit.q198 maxit = control$Maxit.optim,
363 Maxit.optim = 250,
422 if (!is.Numeric(Maxit.optim, integer.valued = TRUE,
424 stop("Bad input for argument 'Maxit.optim'")
481 Maxit.optim = Maxit.optim,
H A Dcqo.fit.q779 maxit = control$Maxit.optim),
/dports/math/R-cran-VGAM/VGAM/man/
H A Drrvglm.optim.control.Rd12 rrvglm.optim.control(Fnscale = 1, Maxit = 100,
19 \item{Maxit}{ Passed into \code{optim} as \code{maxit}. }
H A Dvgam.control.Rd14 epsilon = 1e-07, maxit = 30, Maxit.outer = 10,
84 \item{Maxit.outer}{
92 by setting \code{Maxit.outer = 1}; then the
98 % Was Maxit.outer = 20
H A DenormUC.Rd19 qenorm(p, mean = 0, sd = 1, Maxit.nr = 10, Tol.nr = 1.0e-6,
41 \item{Maxit.nr, Tol.nr}{
H A DeexpUC.Rd19 qeexp(p, rate = 1, Maxit.nr = 10, Tol.nr = 1.0e-6,
41 \item{Maxit.nr, Tol.nr}{
H A Dcao.control.Rd20 Maxit.optim = 250, optim.maxit = 20, sd.sitescores = 1.0,
189 \item{Maxit.optim}{
199 % At iteration \code{i}, the \code{i}th value of \code{Maxit.optim}
368 % Maxit.optim = 250, optim.maxit = 20,
H A DeunifUC.Rd18 qeunif(p, min = 0, max = 1, Maxit.nr = 10, Tol.nr = 1.0e-6,
45 \item{Maxit.nr}{
H A Dqrrvglm.control.Rd19 maxitl = 40, imethod = 1, Maxit.optim = 250, MUXfactor = rep_len(7, Rank),
212 \item{Maxit.optim}{
236 \code{Maxit.optim} is fed into \code{\link[stats]{optim}}.
H A Dvgam.Rd186 by setting \code{Maxit.outer = 1} in
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_nongraph.h81 void *info, igraph_real_t *Tol, int *Maxit, igraph_real_t *res);
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_nongraph.h81 void *info, igraph_real_t *Tol, int *Maxit, igraph_real_t *res);
/dports/science/siesta/siesta-4.1.5/Docs/
H A Dsiesta.tex4960 \item[\textbf{DM.Broyden.Cycle.On.Maxit}] (\textit{logical}):
4961 \index{DM.Broyden.Cycle.On.Maxit@\textbf{DM.Broyden.Cycle.On.Maxit}}
9881 \begin{fdflogicalT}{MD.Broyden!Cycle.On.Maxit}