{
  "_id": "6a2276c6cd65a98ecbd4b204",
  "Package": "pkmon",
  "Type": "Package",
  "Title": "Least-Squares Estimator under k-Monotony Constraint for Discrete\nFunctions",
  "Version": "1.1",
  "Date": "2023-08-28",
  "Author": "Jade Giguelay",
  "Maintainer": "Francois Deslandes <francois.deslandes@inra.fr>",
  "Description": "We implement two least-squares estimators under k-monotony\nconstraint using a method based on the Support Reduction\nAlgorithm from Groeneboom et al (2008)\n<DOI:10.1111/j.1467-9469.2007.00588.x>. The first one is a\nprojection estimator on the set of k-monotone discrete\nfunctions. The second one is a projection on the set of\nk-monotone discrete probabilities. This package provides\nfunctions to generate samples from the spline basis from\nLefevre and Loisel (2013) <DOI:10.1239/jap/1378401239>, and\nfrom mixtures of splines.",
  "License": "CC BY 4.0",
  "Packaged": {
    "Date": "2026-06-05 06:57:25 UTC",
    "User": "root"
  },
  "NeedsCompilation": "no",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-08-28 10:33:07 UTC",
  "RemoteUrl": "https://github.com/cran/pkmon",
  "RemoteRef": "HEAD",
  "RemoteSha": "825a77321f844b2008bf37c49c11663323ab757b",
  "MD5sum": "68064a553800a741c4316259703cb8f4",
  "_user": "cran",
  "_type": "src",
  "_file": "pkmon_1.1.tar.gz",
  "_fileid": "37a610c7dba5369429b4f4bbb9de664d334de61a5941b32b72299ae3574b5df7",
  "_filesize": 185635,
  "_sha256": "37a610c7dba5369429b4f4bbb9de664d334de61a5941b32b72299ae3574b5df7",
  "_created": "2026-06-05T06:57:25.000Z",
  "_published": "2026-06-05T07:12:06.795Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79679498891,
      "time": 853,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7430850587"
    },
    {
      "job": 79679498914,
      "time": 99,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7430668228"
    },
    {
      "job": 79679200720,
      "time": 147,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7430644535"
    },
    {
      "job": 79679498896,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7430667231"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27000340701",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/pkmon",
  "_commit": {
    "id": "825a77321f844b2008bf37c49c11663323ab757b",
    "author": "Francois Deslandes <francois.deslandes@inra.fr>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1\n",
    "time": 1693218787
  },
  "_maintainer": {
    "name": "Francois Deslandes",
    "email": "francois.deslandes@inra.fr"
  },
  "_registered": true,
  "_dependencies": [],
  "_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": 135,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pkmon"
  },
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/pkmon.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.9",
      "date": "2016-09-24"
    },
    {
      "version": "1.0",
      "date": "2018-10-22"
    },
    {
      "version": "1.1",
      "date": "2023-08-28"
    }
  ],
  "_exports": [
    "BaseNorm",
    "Delta",
    "dmixSpline",
    "dSpline",
    "fMonotone",
    "kKnot",
    "pEmp",
    "pMonotone",
    "rmixSpline",
    "rSpline"
  ],
  "_help": [
    {
      "page": "pkmon-package",
      "title": "Least-squares estimator under k-monotony constraint for discrete functions",
      "topics": [
        "pkmon-package",
        "pkmon"
      ]
    },
    {
      "page": "BaseNorm",
      "title": "Normalized spline basis",
      "topics": [
        "BaseNorm"
      ]
    },
    {
      "page": "Delta",
      "title": "Discrete laplacian",
      "topics": [
        "Delta"
      ]
    },
    {
      "page": "estMonotone",
      "title": "Estimators of discrete probabilities under k-monotony constraint",
      "topics": [
        "fMonotone",
        "pMonotone"
      ]
    },
    {
      "page": "kKnot",
      "title": "k-Knot",
      "topics": [
        "kKnot"
      ]
    },
    {
      "page": "pEmp",
      "title": "Empirical estimator of a discrete function",
      "topics": [
        "pEmp"
      ]
    },
    {
      "page": "Spline",
      "title": "Random generation and distribution function of k-monotone densities",
      "topics": [
        "dmixSpline",
        "dSpline",
        "rmixSpline",
        "rSpline"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "pkmon",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-06-05T07:11:37.000Z",
      "distro": "noble",
      "commit": "825a77321f844b2008bf37c49c11663323ab757b",
      "fileid": "7ad12a254506c7285d120cfefaa0d14f609ce6e4e739704e046fa06f860cb5ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27000340701"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-06-05T06:59:07.000Z",
      "distro": "noble",
      "commit": "825a77321f844b2008bf37c49c11663323ab757b",
      "fileid": "121141862642f45bfed15270d823c1e12ef5e49245ab201713974e3f0e48ee4e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27000340701"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1",
      "date": "2026-06-05T06:59:12.000Z",
      "commit": "825a77321f844b2008bf37c49c11663323ab757b",
      "fileid": "cd07447d2a1bf6d13825ea7c769d1f7f398b305b215e10be2becbdb8749c8973",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27000340701"
    }
  ]
}