dlog {lazytrade}R 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

Examples


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



[Package lazytrade version 0.5.4 Index]