View source: R/buildPostLocJointProbs.R
This is a utility function with the purpose to build the files
with joint posterior location probabilities for each device using the
destim
package an a series of additional data. This function was used
to build the example data set included in this package The raw data were
produced using the simulation software. The joint posterior location
probabilities file names starts with postLocJointProbDevice_
followed for
the deviceID
and the extension .dt.csv
.
1 2 3 4 5 6 7 | buildPostLocJointProbs(
path,
simFileName,
gridFileName,
eventsFileName,
signalFileName
)
|
path |
The path of the directory where the outfiles are saved. |
simFileName |
The name of the file with the general simulation parameters. parameters. |
gridFileName |
The name of the file with the grid parameters. |
eventsFileName |
The name of the file containing the networks events. |
signalFileName |
The name of the file with the signal strength/quality. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.