dlog {lazytrade} | R Documentation |
Create log difference distribution
Description
Calculate log distribution and calculate difference within rows
Usage
dlog(x)
Arguments
x |
|
Value
dataframe
Examples
library(magrittr)
library(lazytrade)
m <- seq(1:1000) %>% as.matrix(10) %>% dlog()
[Package lazytrade version 0.5.4 Index]