An internal function(written in C++) that merges two objects of pvar and effectively recalculates the p-variation of joined sample.
AddPvarC(PV1, PV2, AddIfPossible = TRUE)
An object of the class pvar
.
an object of the class pvar
.
an object of the class pvar
, which has the same p
value as PV1 object.
logical
. If TRUE (the default), then is is assumed, that two samples has common point. So,
the end of PV1 and the begging of PV2 will be treated as one point if it has the same value.
This is an internal function, therefore, users should
not call this function directly (rather use AddPvar
or pv1 + pv2
).