Description Usage Arguments Value References
View source: R/computeDistrParams.R
Computes a series of parameters needed to build the target population counts distribution. For a complete description of these parameters an interested reader can consult the description of the methodological framework https://webgate.ec.europa.eu/fpfis/mwikis/essnetbigdata/images/f/fb/WPI_Deliverable_I3_A_proposed_production_framework_with_mobile_network_data_2020_05_31_draft.pdf.
1 2 3 4 5 6 7 8 9 | computeDistrParams(
omega,
popRegFileName,
pntRateFileName,
regsFileName = NULL,
gridFileName = NULL,
rel_bias = 0,
cv = 1e-05
)
|
omega |
The deduplication factors. They are computed by |
popRegFileName |
The name of the file with the population counts for each region taken from a population
register. It has 2 columns: |
pntRateFileName |
The name of the file with the penetration rates for each region. It has 2 columns:
|
regsFileName |
The name of the .csv file defining the regions. It has two columns: |
gridFileName |
The name of the .csv file with the grid parameters. It is required only for the state process negative binomial distribution. |
rel_bias |
The value of the relative bias for the population density of each region. The default value is 0. |
cv |
The coefficient of variation for the population density of each region. The default value is 0. |
A data.table object with the following columns region, omega1, omega2, pnrRate, regionArea_km2,
. If
N0,
dedupPntRate, alpha, betaregsFileName
and gridFileName
are not NULL the result will have 3 more
columns:region, omega1, omega2, pnrRate, regionArea_km2, N0, dedupPntRate,
. They
are needed only for the state process negative binomial distribution.
alpha, beta, theta, zeta, Q
https://github.com/MobilePhoneESSnetBigData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.