View source: R/f03.nbnmi.code.r
diff8nbn | R Documentation |
Returns a positive scalar value measuring, in some way, the
difference existing within two /nbn/s sharing the same structure.
diff8nbn(nbn1, nbn2, type=1, scalar=TRUE)
nbn1 |
First |
nbn2 |
Second |
type |
When 1, the score includes the difference between the sigmas. When -1, sigmas are not taken into account. |
scalar |
When |
For type==1
it is the canonical euclidian difference between
all parameters, including the sigma
. The score to use to
measure the differences between two successive estimations is not
well established (see the code).
Either a scalar or a named vector (according to scalar
).
diff8nbn(rbmn0nbn.01, rbmn0nbn.01);
diff8nbn(rbmn0nbn.01, rbmn0nbn.01, scalar=FALSE);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.