{
  "_id": "6a1e9c801d7bb097a0a6ee54",
  "Package": "StochSimR",
  "Type": "Package",
  "Title": "Stochastic Process Simulation Engine",
  "Version": "1.0.0",
  "Authors@R": "person(\"Ayush\", \"Kundu\", , \"ayushkundu25@iitk.ac.in\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0009-8715-2624\"))",
  "Description": "A modular simulation engine for stochastic processes.\nProvides exact and approximate simulation methods for Poisson\nprocesses, Brownian motion, discrete-time Markov chains, Levy\nprocesses (gamma, normal inverse Gaussian, variance-gamma,\nalpha-stable), Merton jump-diffusion models, Hawkes\nself-exciting processes, geometric Brownian motion, and\nOrnstein-Uhlenbeck mean-reverting diffusions. Includes variance\nreduction techniques (antithetic variates, control variates,\nimportance sampling, stratified sampling), parallel simulation\nvia the 'future' framework, rare-event simulation\n(cross-entropy and multilevel splitting), path visualization,\nand summary statistics. Methods are based on Glasserman (2003)\n<doi:10.1007/978-0-387-21617-1> and Asmussen & Glynn (2007)\n<doi:10.1007/978-0-387-69033-9>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/Ayush291202/StochSimR",
  "BugReports": "https://github.com/Ayush291202/StochSimR/issues",
  "Repository": "https://ayush291202.r-universe.dev",
  "Date/Publication": "2026-04-01 18:22:51 UTC",
  "RemoteUrl": "https://github.com/ayush291202/stochsimr",
  "RemoteRef": "HEAD",
  "RemoteSha": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 08:59:37 UTC",
    "User": "root"
  },
  "Author": "Ayush Kundu [aut, cre] (ORCID: <https://orcid.org/0009-0009-8715-2624>)",
  "Maintainer": "Ayush Kundu <ayushkundu25@iitk.ac.in>",
  "MD5sum": "07224c334fd920ecb71bb39257c041e5",
  "_user": "ayush291202",
  "_type": "src",
  "_file": "StochSimR_1.0.0.tar.gz",
  "_fileid": "84e85afd90f06dea08c53942e82faaac1a3612f2cfec744dfb388833178f2628",
  "_filesize": 3263900,
  "_sha256": "84e85afd90f06dea08c53942e82faaac1a3612f2cfec744dfb388833178f2628",
  "_created": "2026-06-02T08:59:37.000Z",
  "_published": "2026-06-02T09:04:00.614Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79035654519,
      "time": 160,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7353410541"
    },
    {
      "job": 79035654548,
      "time": 190,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353422052"
    },
    {
      "job": 79035654611,
      "time": 200,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7353409493"
    },
    {
      "job": 79035654538,
      "time": 157,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353398950"
    },
    {
      "job": 79034787649,
      "time": 300,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353349285"
    },
    {
      "job": 79035654525,
      "time": 146,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353405461"
    },
    {
      "job": 79035654507,
      "time": 112,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7353393327"
    },
    {
      "job": 79035654713,
      "time": 110,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7353392647"
    },
    {
      "job": 79035654544,
      "time": 116,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7353395755"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ayush291202/stochsimr",
  "_commit": {
    "id": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
    "author": "AyushK02 <98872098+Ayush291202@users.noreply.github.com>",
    "committer": "AyushK02 <98872098+Ayush291202@users.noreply.github.com>",
    "message": "Initial release v1.0.0\n",
    "time": 1775067771
  },
  "_maintainer": {
    "name": "Ayush Kundu",
    "email": "ayushkundu25@iitk.ac.in",
    "login": "ayush291202",
    "description": "learner.",
    "uuid": 98872098
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "future",
      "version": ">= 1.25.0",
      "role": "Imports"
    },
    {
      "package": "future.apply",
      "version": ">= 1.10.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "ayush291202",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-14",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ayush291202",
      "count": 1,
      "uuid": 98872098
    }
  ],
  "_userbio": {
    "uuid": 98872098,
    "type": "user",
    "name": "AyushK02",
    "description": "learner."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/StochSimR"
  },
  "_devurl": "https://github.com/ayush291202/stochsimr",
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/StochSimR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ayush291202/stochsimr",
  "_realowner": "ayush291202",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.0",
      "date": "2026-06-01"
    }
  ],
  "_exports": [
    "compare_methods",
    "is_stoch_path",
    "mc_estimate",
    "mc_rare_event",
    "new_stoch_path",
    "path_summary",
    "plot_acf_paths",
    "plot_distribution",
    "plot_paths",
    "sim_brownian",
    "sim_gbm",
    "sim_hawkes",
    "sim_jump_diffusion",
    "sim_levy",
    "sim_markov",
    "sim_ou",
    "sim_parallel",
    "sim_poisson",
    "vr_antithetic",
    "vr_control_variate",
    "vr_importance",
    "vr_stratified"
  ],
  "_help": [
    {
      "page": "compare_methods",
      "title": "Compare Simulation Methods",
      "topics": [
        "compare_methods"
      ]
    },
    {
      "page": "is_stoch_path",
      "title": "Test if an Object is a stoch_path",
      "topics": [
        "is_stoch_path"
      ]
    },
    {
      "page": "mc_estimate",
      "title": "Monte Carlo Estimator with Diagnostics",
      "topics": [
        "mc_estimate"
      ]
    },
    {
      "page": "mc_rare_event",
      "title": "Rare-Event Simulation",
      "topics": [
        "mc_rare_event"
      ]
    },
    {
      "page": "new_stoch_path",
      "title": "Create a stoch_path Object",
      "topics": [
        "new_stoch_path"
      ]
    },
    {
      "page": "path_summary",
      "title": "Path Summary Statistics",
      "topics": [
        "path_summary"
      ]
    },
    {
      "page": "plot_acf_paths",
      "title": "Plot Autocorrelation of Path Increments",
      "topics": [
        "plot_acf_paths"
      ]
    },
    {
      "page": "plot_distribution",
      "title": "Plot Terminal Value Distribution",
      "topics": [
        "plot_distribution"
      ]
    },
    {
      "page": "plot_paths",
      "title": "Plot Sample Paths",
      "topics": [
        "plot_paths"
      ]
    },
    {
      "page": "sim_brownian",
      "title": "Simulate Brownian Motion",
      "topics": [
        "sim_brownian"
      ]
    },
    {
      "page": "sim_gbm",
      "title": "Simulate Geometric Brownian Motion",
      "topics": [
        "sim_gbm"
      ]
    },
    {
      "page": "sim_hawkes",
      "title": "Simulate a Hawkes (Self-Exciting) Process",
      "topics": [
        "sim_hawkes"
      ]
    },
    {
      "page": "sim_jump_diffusion",
      "title": "Simulate a Jump-Diffusion Process (Merton Model)",
      "topics": [
        "sim_jump_diffusion"
      ]
    },
    {
      "page": "sim_levy",
      "title": "Simulate a Levy Process",
      "topics": [
        "sim_levy"
      ]
    },
    {
      "page": "sim_markov",
      "title": "Simulate a Discrete-Time Markov Chain",
      "topics": [
        "sim_markov"
      ]
    },
    {
      "page": "sim_ou",
      "title": "Simulate an Ornstein-Uhlenbeck Process",
      "topics": [
        "sim_ou"
      ]
    },
    {
      "page": "sim_parallel",
      "title": "Parallel Simulation of Stochastic Processes",
      "topics": [
        "sim_parallel"
      ]
    },
    {
      "page": "sim_poisson",
      "title": "Simulate a Poisson Process",
      "topics": [
        "sim_poisson"
      ]
    },
    {
      "page": "vr_antithetic",
      "title": "Antithetic Variates Estimator",
      "topics": [
        "vr_antithetic"
      ]
    },
    {
      "page": "vr_control_variate",
      "title": "Control Variate Estimator",
      "topics": [
        "vr_control_variate"
      ]
    },
    {
      "page": "vr_importance",
      "title": "Importance Sampling Estimator",
      "topics": [
        "vr_importance"
      ]
    },
    {
      "page": "vr_stratified",
      "title": "Stratified Sampling Estimator",
      "topics": [
        "vr_stratified"
      ]
    }
  ],
  "_readme": "https://github.com/ayush291202/stochsimr/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "digest",
    "farver",
    "future",
    "future.apply",
    "ggplot2",
    "globals",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "listenv",
    "parallelly",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Introduction to StochSimR",
      "author": "Ayush Kundu",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Classic Processes",
        "Brownian Motion",
        "Poisson Process",
        "Markov Chain",
        "Advanced Processes",
        "Geometric Brownian Motion (GBM)",
        "Ornstein--Uhlenbeck Process",
        "Jump-Diffusion (Merton Model)",
        "Hawkes (Self-Exciting) Process",
        "Levy Processes",
        "Summary Statistics",
        "Variance Reduction",
        "Control Variates",
        "Importance Sampling",
        "Monte Carlo Estimation",
        "Method Comparison",
        "Session Info"
      ],
      "created": "2026-04-01 18:22:51",
      "modified": "2026-04-01 18:22:51",
      "commits": 1
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "stochsimr",
  "_universes": [
    "ayush291202"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-02T09:02:11.000Z",
      "distro": "noble",
      "commit": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
      "fileid": "3a6d93448a3ca1a81cf9c4f935b1b1853f64e59a7f24eb1824536a8b004e0fbe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-02T09:02:24.000Z",
      "distro": "noble",
      "commit": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
      "fileid": "c9e71a58e1c6c6af2f23910892feb5076f857a67cf4d82860fa0a18d31b7b6b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-02T09:01:56.000Z",
      "commit": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
      "fileid": "4d214a0f3b2ffb80321254ea8e70ee28e92e71660d0bd68ab8f2d9f235421f6a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-02T09:01:37.000Z",
      "commit": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
      "fileid": "783444ba1f0e192350dfbf8853a195b9251ca1d367d26b076925105c915a10ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-02T09:02:22.000Z",
      "commit": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
      "fileid": "87b3463a426b92cec20f3cf267aaa96a7ba0d248d09c520b68bb335cef764617",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-02T09:00:54.000Z",
      "commit": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
      "fileid": "1eb1d3914717c3d6d3778f52e6e2faac0a54b4dc1491591cf098877c59560d62",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-02T09:00:55.000Z",
      "commit": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
      "fileid": "5873a91cc2ca3f4ac6dd1df65ccbb315b838b123e5e0fb86e73feb657f8be09f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-02T09:01:04.000Z",
      "commit": "5f4602a5f9852d5afd16ba82d1dca916de19a93e",
      "fileid": "d9d986527627d02b6e7241335dcfb78dfece7111c8a2fa67bb88a6b02d016ff5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ayush291202/actions/runs/26809294925"
    }
  ]
}