dlog: Create log difference distribution

View source: R/dlog.R

dlogR Documentation

Create log difference distribution

Description

Calculate log distribution and calculate difference within rows

[Stable]

Usage

dlog(x)

Arguments

x
  • matrix with one or more column

Value

  • dataframe

Examples


library(magrittr)
library(lazytrade)
m <- seq(1:1000) %>% as.matrix(10) %>% dlog()



vzhomeexperiments/lazytrade documentation built on Feb. 20, 2024, 6:09 p.m.