Skip to content

Commit 556d6e5

Browse files
committed
Add cile implementation
1 parent 79a6567 commit 556d6e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ari.goal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ mktbl:{ks:!*x; vs:@[;ks]'x; ks!+vs} / given list of dicts, create dictionary-as-
55
shape:{-1_#:'*:\x} / Implementation by John Earnest, shared on k-tree
66
depths:{[ind;l]?[(@l)~"A";,/o[ind+1]'l; (@l)¿"NSI";(#l)#ind; ind-1]} / list depths
77
zero:..[i:0;n:0.0;s:"";r:rx//;d:()!();f:(:);A:()] / handle, error don't fill
8+
/ Stats
9+
cile:{[ofone;coll]coll:^coll; t:#coll; slowcile:1-ofone; ntodrop:_slowcile*t; *ntodrop_|coll} / p95:cile[0.95]
810
/ Names
911
munge:{[s]sub[rx/^[0-9]|[^a-zA-Z0-9]/;""]s}
1012
/ DuckDB

0 commit comments

Comments
 (0)