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.2")



Attach the package and use:
library("nhppp")
Maintained by
Thomas Trikalinos
[Scholar Profile | Author Map]
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.2, https://cran.r-project.org/web/packages/nhppp. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.1.3 (2024-02-02 20:50), 0.1.4 (2024-05-29 00:50), 1.0.0 (2024-10-23 06:10)
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for nhppp2468101214161820TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
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  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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