Other packages > Find by keyword >

nhppp  

Simulating Nonhomogeneous Poisson Point Processes
View on CRAN: Click here


Download and install nhppp package within the R console
Install from CRAN:
install.packages("nhppp")

Install from Github:
library("remotes")
install_github("cran/nhppp")

Install by package version:
library("remotes")
install_version("nhppp", "1.0.0")



Attach the package and use:
library("nhppp")
Maintained by
Thomas Trikalinos
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2024-02-02
Latest Update: 2024-02-02
Description:
Simulates events from one dimensional nonhomogeneous Poisson point processes (NHPPPs). Functions are based on three algorithms that provably sample from a target NHPPP: the time-transformation of a homogeneous Poisson process (of intensity one) via the inverse of the integrated intensity function (Cinlar E, "Theory of stochastic processes" (1975, ISBN:0486497996)); the generation of a Poisson number of order statistics from a fixed density function; and the thinning of a majorizing NHPPP via an acceptance-rejection scheme (Lewis PAW, Shedler, GS (1979) ).
How to cite:
Thomas Trikalinos (2024). nhppp: Simulating Nonhomogeneous Poisson Point Processes. R package version 1.0.0, https://cran.r-project.org/web/packages/nhppp. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1.3 (2024-02-02 20:50), 0.1.4 (2024-05-29 00:50)
Other packages that cited nhppp R package
View nhppp citation profile
Other R packages that nhppp depends, imports, suggests or enhances
Complete documentation for nhppp
Functions, R codes and Examples using the nhppp R package
Some associated functions: Lambda_exp_form . Lambda_inv_exp_form . Lambda_inv_linear_form . Lambda_linear_form . check_ppp_sample_validity . compare_ppp_vectors . draw . draw_cumulative_intensity_inversion . draw_cumulative_intensity_orderstats . draw_intensity . draw_intensity_step . draw_sc_linear . draw_sc_loglinear . draw_sc_step . draw_sc_step_regular . expect_no_error . get_step_majorizer . inverse_with_uniroot . inverse_with_uniroot_sorted . mat_cumsum_columns . mat_cumsum_columns_with_scalar_ceiling . mat_cumsum_columns_with_vector_ceiling . nhppp-package . ppp_n . ppp_next_n . ppp_orderstat . ppp_sequential . read_code . rng_stream_rexp . rng_stream_rpois . rng_stream_runif . rng_stream_rztpois . simpson_num_integr . vdraw_sc_step_regular . ztdraw_cumulative_intensity . ztdraw_intensity . ztdraw_intensity_step . ztdraw_sc_linear . ztdraw_sc_loglinear . ztppp . 
Some associated R codes: draw.R . draw_cumulative_intensity_inversion.R . draw_cumulative_intensity_orderstats.R . draw_intensity.R . draw_intensity_step.R . draw_sc_linear.R . draw_sc_loglinear.R . draw_sc_step.R . draw_sc_step_regular.R . nhppp-package.R . ppp_n.R . ppp_next_n.R . ppp_orderstat.R . ppp_sequential.R . utils-calculus.R . utils-helper.R . utils-invert_bijection.R . utils-linear.R . utils-rngstream.R . utils-vectorized.R . vdraw_sc_step_regular.R . ztdraw_cumulative_intensity.R . ztdraw_intensity.R . ztdraw_intensity_step.R . ztdraw_sc_linear.R . ztdraw_sc_loglinear.R . ztppp.R .  Full nhppp package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA