AddPvarC {pvar} | R Documentation |
Addition of p-variation (in C++)
Description
An internal function(written in C++) that merges two objects of pvar and effectively recalculates the p-variation of joined sample.
Usage
AddPvarC(PV1, PV2, AddIfPossible = TRUE)
Arguments
PV1 |
an object of the class |
PV2 |
an object of the class |
AddIfPossible |
|
Details
This is an internal function, therefore, users should
not call this function directly (rather use AddPvar
or pv1 + pv2
).
Value
An object of the class pvar
.
[Package pvar version 2.2.7 Index]