fftlikelihood: Frequency Analysis Likelihood Test

View source: R/coetest.R

fftlikelihoodR Documentation

Frequency Analysis Likelihood Test

Description

This function estimates the likelihood of a specific proportion of Top5-Frequencies. To serve as reference, the Top5-Frequencies of 10

Usage

fftlikelihood(df, proportion = 100, sims.df = sims, sims.df.col = "density.bf")

Arguments

df

A dataframe containing the results of a ffttest.

proportion

The porportion of simulations in sims.df that should be tested against all simulations.

sims.df

A dataframe containing simulations, including columns "index" and "simid".

sims.df.col

The column of the simulation dataframe that contains the comparison data.

Value

A vector containing the number of Top5-Frequencies of simulations.

Examples

fftlikelihood(r.fft)

mrzdcmps/changeofevidence documentation built on Feb. 27, 2025, 3:10 a.m.