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()



lazytrade documentation built on Sept. 12, 2024, 9:36 a.m.