Home
last modified time | relevance | path

Searched refs:smqrLogistic (Results 1 – 4 of 4) sorted by relevance

/dports/math/R-cran-conquer/conquer/R/
H A Dsmqr.R95 rst = smqrLogistic(X, Y, tau, h, tol = tol, iteMax = iteMax)
112 rst = smqrLogistic(X, Y, tau, h, tol = tol, iteMax = iteMax)
H A DRcppExports.R64 smqrLogistic <- function(X, Y, tau = 0.5, h = 0.0, constTau = 1.345, tol = 0.0001, iteMax = 5000L) { function
/dports/math/R-cran-conquer/conquer/src/
H A DRcppExports.cpp261 Rcpp::List smqrLogistic(const arma::mat& X, arma::vec Y, const double tau, double h, const double c…
273 rcpp_result_gen = Rcpp::wrap(smqrLogistic(X, Y, tau, h, constTau, tol, iteMax)); in _conquer_smqrLogistic()
H A Dsmqr.cpp328 Rcpp::List smqrLogistic(const arma::mat& X, arma::vec Y, const double tau = 0.5, double h = 0.0, co… in smqrLogistic() function