dcor {synthesizer}R Documentation

Difference between correlation

Description

Returns the Frobenius norm of the difference between the correlation matrices for numeric columns in synthetic and real data.

Usage

dcor(synth, real)

Arguments

synth

[data.frame] Synthetic data

real

[data.frame] Real data

See Also

Other measures: dmean(), pmse(), qa()

Examples

dcor(iris, iris) # 0
dcor(synthesize(cars), cars)


[Package synthesizer version 0.2.0 Index]