Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ ldmppr Public

❗ This is a read-only mirror of the CRAN R package repository. ldmppr — Estimate and Simulate from Location Dependent Marked Point Processes. Homepage: https://github.com/lanedrew/ldmppr Report bugs for this package: https://github.com/lanedrew/ldmppr/issues

Notifications You must be signed in to change notification settings

cran/ldmppr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldmppr

CRAN status R-CMD-check

ldmppr is an R package for working with location dependent marked point processes. The package includes a suite of tools for model estimation, model fit assessment, visualization, and simulation for marked point processes with dependence between the marks and locations and regularity in the pattern.

Workflow Overview

  1. Estimate the parameters of a self-correcting point process given a reference dataset.
  2. Train a mark model using simulated or real-world data.
  3. Check the fit of the model using various non-parametric summaries for point processes and global envelope tests.
  4. Simulate and visualize datasets from the fitted model.

For additional details on implementing the package workflow, run vignette("ldmppr_howto") in R after installing the package.

Installation

You can install the development version of ldmppr from GitHub with:

# install.packages("devtools")
devtools::install_github("lanedrew/ldmppr", build_vignettes = TRUE)

You can install the stable version of ldmppr from CRAN:

install.packages("ldmppr")

For details on how to install the terra package that ldmppr depends on, please visit the terra installation page.

About

❗ This is a read-only mirror of the CRAN R package repository. ldmppr — Estimate and Simulate from Location Dependent Marked Point Processes. Homepage: https://github.com/lanedrew/ldmppr Report bugs for this package: https://github.com/lanedrew/ldmppr/issues

Resources

Stars

Watchers

Forks

Packages

No packages published