/dports/math/R-cran-quantreg/quantreg/man/ |
H A D | engel.Rd | 1 \name{engel} 2 \alias{engel} 9 \usage{data(engel)} 25 data(engel) 26 plot(engel, log = "xy", 27 main = "'engel' data (log - log scale)") 28 plot(log10(foodexp) ~ log10(income), data = engel, 29 main = "'engel' data (log10 - transformed)") 33 rqs[[i]] <- rq(log10(foodexp) ~ log10(income), tau = taus[i], data = engel) 34 lines(log10(engel$income), fitted(rqs[[i]]), col = i+1)
|
H A D | rearrange.Rd | 33 data(engel) 34 z <- rq(foodexp ~ income, tau = -1,data =engel) 35 zp <- predict(z,newdata=list(income=quantile(engel$income,.03)),stepfun = TRUE)
|
H A D | plot.rqs.Rd | 42 data("engel") 43 fm <- rq(foodexp ~ income, data = engel, tau = 1:9/10)
|
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/ |
H A D | engel_expansion_test.cpp | 27 auto engel = engel_expansion<Real>(x); in test_rationals() local 28 auto const & a = engel.digits(); in test_rationals() 34 auto engel = engel_expansion<Real>(x); in test_rationals() local 35 auto const & a = engel.digits(); in test_rationals() 38 std::cerr << " engel = " << engel << "\n"; in test_rationals() 50 auto engel = engel_expansion(pi<Real>()); in test_well_known() local 57 auto a = engel.digits(); in test_well_known() 69 engel = engel_expansion(e<Real>()); in test_well_known() 70 a = engel.digits(); in test_well_known()
|
/dports/www/jwt-cli/jwt-cli-5.0.0/ |
H A D | README.md | 3 [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=mike-engel/jwt-cli)… 7 ![Continuous Integration](https://github.com/mike-engel/jwt-cli/workflows/Continuous%20Integration/… 8 [![GitHub release](https://img.shields.io/github/tag/mike-engel/jwt-cli.svg)]() 18 You may also install the binary from the [release](https://github.com/mike-engel/jwt-cli/releases) … 26 For those with Homebrew, you'll need to `brew tap mike-engel/jwt-cli` repo to install it. 30 brew tap mike-engel/jwt-cli 142 …engel.com"><img src="https://avatars0.githubusercontent.com/u/464447?v=4" width="100px;" alt="Mike… 146 …ef="https://github.com/mike-engel/jwt-cli/commits?author=machawk1" title="Code"></a> <a href="ht… 152 …engel/jwt-cli/commits?author=kkrauth" title="Code"></a> <a href="https://github.com/mike-engel/j… 155 …ef="https://github.com/mike-engel/jwt-cli/commits?author=ceharris" title="Code"></a> <a href="ht… [all …]
|
H A D | .all-contributorsrc | 3 "projectOwner": "mike-engel", 14 "login": "mike-engel", 17 "profile": "https://www.mike-engel.com",
|
/dports/math/R-cran-quantreg/quantreg/demo/ |
H A D | engel1.R | 3 data(engel) 5 plot(foodexp ~ income, data = engel, cex= .5, col = "blue", 8 z <- rq(foodexp ~ income, tau= .50, data = engel)# "median line": L1 - regression 10 abline(lm(foodexp ~ income, data = engel), lty=2, col="red") #the dreaded ols line 16 abline(rq(foodexp~income, tau=taus[i], data = engel), col="gray")
|
H A D | engel2.R | 6 data(engel) 11 x.poor <- quantile(engel[,"income"], .10) 12 x.rich <- quantile(engel[,"income"], .90) 14 z <- rq(foodexp ~ income, tau= -1, data = engel)
|
/dports/devel/hyperscan/boost_1_75_0/boost/math/tools/ |
H A D | engel_expansion.hpp | 91 std::ostream& operator<<(std::ostream& out, engel_expansion<Real, Z2>& engel) in operator <<() argument 96 out << std::setprecision(engel.x_.backend().precision()); in operator <<() 104 for (size_t i = 0; i < engel.a_.size() - 1; ++i) in operator <<() 106 out << engel.a_[i] << ", "; in operator <<() 108 out << engel.a_.back(); in operator <<()
|
/dports/devel/R-cran-BH/BH/inst/include/boost/math/tools/ |
H A D | engel_expansion.hpp | 92 std::ostream& operator<<(std::ostream& out, engel_expansion<Real, Z2>& engel) in operator <<() argument 97 out << std::setprecision(engel.x_.backend().precision()); in operator <<() 105 for (size_t i = 0; i < engel.a_.size() - 1; ++i) in operator <<() 107 out << engel.a_[i] << ", "; in operator <<() 109 out << engel.a_.back(); in operator <<()
|
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/tools/ |
H A D | engel_expansion.hpp | 91 std::ostream& operator<<(std::ostream& out, engel_expansion<Real, Z2>& engel) in operator <<() argument 96 out << std::setprecision(engel.x_.backend().precision()); in operator <<() 104 for (size_t i = 0; i < engel.a_.size() - 1; ++i) in operator <<() 106 out << engel.a_[i] << ", "; in operator <<() 108 out << engel.a_.back(); in operator <<()
|
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/tools/ |
H A D | engel_expansion.hpp | 91 std::ostream& operator<<(std::ostream& out, engel_expansion<Real, Z2>& engel) 96 out << std::setprecision(engel.x_.backend().precision()); 104 for (size_t i = 0; i < engel.a_.size() - 1; ++i) 106 out << engel.a_[i] << ", "; 108 out << engel.a_.back();
|
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/internals/ |
H A D | engel_expansion.qbk | 21 friend std::ostream& operator<<(std::ostream& out, engel_expansion<T, Z>& engel); 32 auto engel = engel_expansion(e<double>()); 33 std::cout << "e ≈ " << engel << "\n"; 42 auto engel = engel_expansion<__float128, checked_int1024_t>(pi<__float128>());
|
/dports/math/gap/gap-4.11.0/pkg/nq-2.5.4/src/ |
H A D | nq.c | 47 engel = 0, variable 88 if (engel) { in printHeader() 89 printf(" %d%s Engel", engel, Ordinal(engel)); in printHeader() 154 if ((engel = atoi(argv[0])) <= 0) { in main() 274 InitEngel(leftEngel, rightEngel, revEngel, engel, nrEngelGens); in main()
|
H A D | engel.c | 36 word EngelCommutator(word v, word w, int engel) { in EngelCommutator() argument 41 if (Class + 1 < engel) { in EngelCommutator() 60 Class = Class - (engel - 1); in EngelCommutator() 66 while (n <= engel) { in EngelCommutator()
|
H A D | engel.h | 13 extern word EngelCommutator(word v, word w, int engel);
|
/dports/devel/R-cran-gsubfn/gsubfn/man/ |
H A D | fn.Rd | 96 data(engel) 97 plot(engel$x, engel$y, xlab = 'income', ylab = 'food expenditure') 98 junk <- fn$lapply(1:9/10, tau ~ abline(coef(rq(y ~ x, tau, engel))))
|
/dports/textproc/p5-Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952/t/test_voc/ |
H A D | da.default_enc | 79 engel engel
|
H A D | da.utf8 | 79 engel engel
|
/dports/math/gap/gap-4.11.0/pkg/nq-2.5.4/doc/ |
H A D | manual.six | 58 [ 4, 1, 0 ], 4, 21, "right engel elements", "X8638E6CE7B5955FB" ], 125 [ "right Engel element", "2.5", [ 2, 5, 0 ], 177, 7, "right engel element", 127 [ "left Engel element", "2.5", [ 2, 5, 0 ], 177, 7, "left engel element",
|
/dports/math/gap/gap-4.11.0/pkg/nq-2.5.4/ |
H A D | Makefile.in | 113 src/nq-eliminate.$(OBJEXT) src/nq-engel.$(OBJEXT) \ 350 src/engel.c \ 506 src/nq-engel.$(OBJEXT): src/$(am__dirstamp) \ 551 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/nq-engel.Po@am__quote@ 661 src/nq-engel.o: src/engel.c 662 …AGS) -MT src/nq-engel.o -MD -MP -MF src/$(DEPDIR)/nq-engel.Tpo -c -o src/nq-engel.o `test -f 'src/… 663 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/nq-engel.Tpo src/$(DEPDIR)/nq-engel.Po 666 …CPPFLAGS) $(nq_CFLAGS) $(CFLAGS) -c -o src/nq-engel.o `test -f 'src/engel.c' || echo '$(srcdir)/'`… 668 src/nq-engel.obj: src/engel.c 669 …PPFLAGS) $(nq_CFLAGS) $(CFLAGS) -MT src/nq-engel.obj -MD -MP -MF src/$(DEPDIR)/nq-engel.Tpo -c -o … [all …]
|
H A D | CHANGES | 133 consistency.c, relations.c and engel.c to stop the 136 * changed the function evalEngel() in engel.c such that it 140 * the function buildPairs() in engel.c now checks if an 153 * modified the file engel.c to allow checking of more
|
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/datasets/ |
H A D | __init__.py | 17 engel,
|
/dports/math/py-statsmodels/statsmodels-0.13.1/docs/source/plots/ |
H A D | graphics_gofplots_qqplot_qqline.py | 11 foodexp = sm.datasets.engel.load()
|
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/regression/tests/ |
H A D | test_quantile_regression.py | 98 data = sm.datasets.engel.load_pandas().data 106 data = sm.datasets.engel.load_pandas().data 119 data = sm.datasets.engel.load_pandas().data
|