D3 plot of the cantor distribution. The result is on bl.ocks.org
3 Jan 2018, Pablo Marcos
D3 plot of the cantor distribution. The result is on bl.ocks.org
3 Jan 2018, Pablo Marcos
+>+>,-[-[->+<]<<[->>>>+>+<<<<<]>[->>>>>+>+<<<<<<]>>>[-<<<<+>>>>]>[-<<<+>>>]>[-<<<<<+>>>>>]>[-<<<<<+>>>>>]<<<<] |
>>>>>>,<<<,[<[-]>>>>[-<<<<<+>>>>>]<<<[->>>+>+<<<<]>>>>[-<<<<<+>>>>>]<<<<<<[>->+<[>]>[<+>-]<<[<]>-]>>]<[-<<+>>]>>>>[-] |
>,[-<+>>>>+<<<]<[>>[-]>[-]<<<-[->+>+<<]>>[-<<+>>]>>[-<+<+>>]<<<[>>[->+<]<[->+>>+<<<]>>>[-<<<+>>>]<<<<-]<]>>>[-]<[<<+>>-]. |
D3 interactive plot based in the Numberphile video 'The Golden Ratio(why it is so irrational)'
The result is on bl.ocks. Enjoy it!
3 Aug 2018, Pablo Marcos
library(fda) | |
library(fda.usc) | |
# Random data and labels | |
data("growth") | |
girls_data <- t(matrix(growth$hgtf, 31, 54)) | |
boys_data <- t(matrix(growth$hgtm, 31, 39)) | |
ages <- growth$age | |
girls <- fdata(girls_data, ages) |
""" | |
Outlier detection with Local Outlier Factor | |
=========================================== | |
Shows the use of the Local Outlier Factor to detect outliers in the octane | |
dataset. | |
""" | |
# Author: Pablo Marcos Manchón | |
# License: MIT |