{
  "_id": "6a1d4e001d7bb097a0a4429e",
  "Package": "hytest",
  "Type": "Package",
  "Title": "Hypothesis Testing Based on Neyman-Pearson Lemma and Likelihood\nRatio Test",
  "Version": "0.1.1",
  "Authors@R": "person(\"Carlos Alberto\",\"Cardozo Delgado\",role = c(\"aut\",\"cre\",\"cph\"),email=\"cardozorpackages@gmail.com\")",
  "Maintainer": "Carlos Alberto Cardozo Delgado <cardozorpackages@gmail.com>",
  "Description": "Error type I and Optimal critical values to test\nstatistical hypothesis based on Neyman-Pearson Lemma and\nLikelihood ratio test based on random samples from several\ndistributions. The families of distributions are Bernoulli,\nExponential, Geometric, Inverse Normal, Normal, Gamma, Gumbel,\nLognormal, Poisson, and Weibull. This package is an ideal\nresource to help with the teaching of Statistics. The main\nreferences for this package are Casella G. and Berger R.\n(2003,ISBN:0-534-24312-6 , \"Statistical Inference. Second\nEdition\", Duxbury Press) and Hogg, R., McKean, J., and Craig,\nA. (2019,ISBN:013468699, \"Introduction to Mathematical\nStatistic. Eighth edition\", Pearson).",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 09:13:40 UTC",
    "User": "root"
  },
  "Author": "Carlos Alberto Cardozo Delgado [aut, cre, cph]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2024-09-10 02:56:07 UTC",
  "RemoteUrl": "https://github.com/cran/hytest",
  "RemoteRef": "HEAD",
  "RemoteSha": "fb6ae6e43c4aa84aa074a9bb320751625d4e7e9a",
  "MD5sum": "0adff08e109da5a0ec4bd86c1ea52e11",
  "_user": "cran",
  "_type": "src",
  "_file": "hytest_0.1.1.tar.gz",
  "_fileid": "71aba9b7abf5283d5f04db24a6749242e993cc7bd85071075b4f0e207e7a9f6d",
  "_filesize": 130203,
  "_sha256": "71aba9b7abf5283d5f04db24a6749242e993cc7bd85071075b4f0e207e7a9f6d",
  "_created": "2026-06-01T09:13:40.000Z",
  "_published": "2026-06-01T09:16:48.140Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78821414759,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7327701479"
    },
    {
      "job": 78821414658,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327695869"
    },
    {
      "job": 78820902527,
      "time": 192,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327652732"
    },
    {
      "job": 78821414761,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7327686163"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26745798569",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/hytest",
  "_commit": {
    "id": "fb6ae6e43c4aa84aa074a9bb320751625d4e7e9a",
    "author": "Carlos Alberto Cardozo Delgado <cardozorpackages@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.1\n",
    "time": 1725936967
  },
  "_maintainer": {
    "name": "Carlos Alberto Cardozo Delgado",
    "email": "cardozorpackages@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "gamlss",
      "role": "Imports"
    },
    {
      "package": "gamlss.dist",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 112,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/hytest"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/hytest.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-06-04"
    },
    {
      "version": "0.1.1",
      "date": "2024-09-09"
    }
  ],
  "_exports": [
    "ber_c_opt",
    "ber_errorI",
    "exp_c_opt",
    "exp_errorI",
    "gamma_c_opt",
    "gamma_errorI",
    "geom_c_opt",
    "geom_errorI",
    "gumbel_c_opt",
    "gumbel_errorI",
    "invnormal_c_opt",
    "invnormal_errorI",
    "lognorm_c_opt",
    "lognorm_errorI",
    "norm_c_opt",
    "norm_errorI",
    "pois_c_opt",
    "pois_errorI",
    "weibull_c_opt",
    "weibull_errorI"
  ],
  "_help": [
    {
      "page": "ber_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Bernoulli Distribution",
      "topics": [
        "ber_c_opt"
      ]
    },
    {
      "page": "ber_errorI",
      "title": "Empirical Error Type I Associated with a Bernoulli Distribution",
      "topics": [
        "ber_errorI"
      ]
    },
    {
      "page": "exp_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Exponential Distribution",
      "topics": [
        "exp_c_opt"
      ]
    },
    {
      "page": "exp_errorI",
      "title": "Empirical Error Type I Associated with an Exponential Distribution",
      "topics": [
        "exp_errorI"
      ]
    },
    {
      "page": "gamma_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Gamma Distribution",
      "topics": [
        "gamma_c_opt"
      ]
    },
    {
      "page": "gamma_errorI",
      "title": "Empirical Error Type I Associated with a Gamma Distribution",
      "topics": [
        "gamma_errorI"
      ]
    },
    {
      "page": "geom_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Geometric Distribution",
      "topics": [
        "geom_c_opt"
      ]
    },
    {
      "page": "geom_errorI",
      "title": "Empirical Error Type I Associated with a Geometric Distribution",
      "topics": [
        "geom_errorI"
      ]
    },
    {
      "page": "gumbel_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Gumbel Distribution",
      "topics": [
        "gumbel_c_opt"
      ]
    },
    {
      "page": "gumbel_errorI",
      "title": "Empirical Error Type I Associated with a Gumbel Distribution",
      "topics": [
        "gumbel_errorI"
      ]
    },
    {
      "page": "invnormal_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Inverse Normal Distribution",
      "topics": [
        "invnormal_c_opt"
      ]
    },
    {
      "page": "invnormal_errorI",
      "title": "Empirical Error Type I Associated with a Inverse Normal Distribution",
      "topics": [
        "invnormal_errorI"
      ]
    },
    {
      "page": "lognorm_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Log Normal Distribution",
      "topics": [
        "lognorm_c_opt"
      ]
    },
    {
      "page": "lognorm_errorI",
      "title": "Empirical Error Type I Associated with a Log Normal Distribution",
      "topics": [
        "lognorm_errorI"
      ]
    },
    {
      "page": "norm_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Normal Distribution",
      "topics": [
        "norm_c_opt"
      ]
    },
    {
      "page": "norm_errorI",
      "title": "Empirical Error Type I Associated with a Normal Distribution",
      "topics": [
        "norm_errorI"
      ]
    },
    {
      "page": "pois_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Poisson Distribution",
      "topics": [
        "pois_c_opt"
      ]
    },
    {
      "page": "pois_errorI",
      "title": "Empirical Error Type I Associated with a Poisson Distribution",
      "topics": [
        "pois_errorI"
      ]
    },
    {
      "page": "weibull_c_opt",
      "title": "Critical Value Given a Nominal Error Type I Associated with a Weibull Distribution",
      "topics": [
        "weibull_c_opt"
      ]
    },
    {
      "page": "weibull_errorI",
      "title": "Empirical Error Type I Associated with a Weibull Distribution",
      "topics": [
        "weibull_errorI"
      ]
    }
  ],
  "_rundeps": [
    "gamlss",
    "gamlss.data",
    "gamlss.dist",
    "lattice",
    "MASS",
    "Matrix",
    "nlme",
    "survival"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "hytest",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-01T09:15:38.000Z",
      "distro": "noble",
      "commit": "fb6ae6e43c4aa84aa074a9bb320751625d4e7e9a",
      "fileid": "8efc8f49d6dd01481eb09eeca637aae81306eafb832e2b2ab4b7a8f06e2370e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26745798569"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-01T09:15:24.000Z",
      "distro": "noble",
      "commit": "fb6ae6e43c4aa84aa074a9bb320751625d4e7e9a",
      "fileid": "3c17fb7072998e053ee9e94b7dedd5a4170b58d13824cbecd1802c9e0ce4ac90",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26745798569"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-01T09:15:42.000Z",
      "commit": "fb6ae6e43c4aa84aa074a9bb320751625d4e7e9a",
      "fileid": "a87382d81a467231684b4c3c9bf61985ac35315460c8551a13077694a55a39b9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26745798569"
    }
  ]
}