Skip to content

Commit

Permalink
Merge pull request #48 from RojerGS/master
Browse files Browse the repository at this point in the history
Improve content on Lp norms.
  • Loading branch information
abrudz authored May 23, 2020
2 parents 3be39f9 + 61e0d0f commit beb8c36
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions table.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ Xv(+/≠)Yv Hamming distance Tacit Dyadic Function Mathematical edit
(=/⍴)Ym Is Ym a square matrix? Tacit Monadic Function Array Properties square? table https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQ0bPUf9W7RVHjUNlE9MSlZXUE9JTVNnQurLFAyOUX9/38A
(+⌿|)N Sum of magnitude of N Tacit Monadic Function Mathematical absolutesummation sumabs
(⌈⌿|)N Largest column-wise magnitude found in N Tacit Monadic Function Mathematical columnwise horizontally biggest greatestif maximum absolute value vertically row-wise rowwise
(⌈⌿|)N Infinity-norm Tacit Monadic Function Mathematical L∞-normal L-∞ https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQ0HvV0POrZX6OpYKxg8v8/AA
(⌈⌿|)N Infinity-norm Tacit Monadic Function Mathematical L∞-normal L-∞ ℓ∞ ℓ-∞ Linf https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQ0HvV0POrZX6OpYKxg8v8/AA
(⌊⌿|)N Smallest column-wise magnitude found in N Tacit Monadic Function Mathematical columnswise horizontally least minimum absolute value vertically columnwise row-wise rowwise
(1∘↑⍤1)Ym First column as a column matrix (column vector) Tacit Monadic Function Selection leftmostcolumn leading 1st table list start beginning
(¯1∘↑⍤1)Ym Last column as a column matrix (column vector) Tacit Monadic Function Selection rightmostcolumn trailing table list ending
Expand Down Expand Up @@ -1137,7 +1137,7 @@ Is(|∘⍳∘≢⊢∘⊂⌸⊢)Y Distribute major cells of Y into Is (default I
(0=⊢∘.|⍨∘⍳⌈/)Jv Divisibility table Tacit Monadic Function Mathematical divides divisor matrix
0.01∘(⊣×∘⌊0.5+÷⍨)N Rounding to nearest hundredth (favouring up) Tacit Monadic Function Mathematical precision favoring whole number favoring
0.05∘(⊣×∘⌊0.5+÷⍨)N Rounding currencies to nearest 5 subunits Tacit Monadic Function Mathematical cents nickels ¢5¢
Is(⊣*∘÷⍨1⊥*⍨∘|)N Is-norm Tacit Dyadic Function Mathematical Lp-normal L-p https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtE4wUNB51LdZ61DHj8PZHvSsMH3Ut1QLSQH6NpoKxgsn//wA
Is(⊣*∘÷⍨1⊥*⍨∘|)N Is-norm Tacit Dyadic Function Mathematical Lp-normal L-p ℓp ℓ-p https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtE4wUNB51LdZ61DHj8PZHvSsMH3Ut1QLSQH6NpoKxgsn//wA
(+⍨=1+1⊥∘∪⊢∨⍳)Js Is Js an almost perfect number? Tacit Monadic Function Mathematical testif almostperfect? almost-perfect?
(+⍨=¯1+1⊥∘∪⊢∨⍳)Js Is Js a quasiperfect number? (none are known) Tacit Monadic Function Mathematical testif quasiperfect? quasi-perfect?
Mv(*@1⊢∘⍟⌹1,∘⍪⊣)Nv Coefficients of least squares exponential fit given X values Mv and Y values Nv Tacit Dyadic Function Mathematical best fitting model y=a+b^x y=a^x+b curve
Expand All @@ -1160,7 +1160,10 @@ X(⍳⍨∘⊖⍨-⍨1+∘≢⊣)Y Last indices in X of major cells Y, 0 if not
(0~⍨¯1-2-/∘⍸1,1,⍨~)Bv Lengths of groups of ones in Bv Tacit Monadic Function Boolean/Logical runs 1s trues truths
X(⊢⌷⍨∘⊂∘⍋⌷⍨∘⊂)Jv Sorting indices Jv according to data X Tacit Dyadic Function Index Generation permute
(⍳∘≢+.×⍨1 ¯1∘.=⍉)Jm Changing connection matrix Jm (¯1 to 1) to a node matrix Tacit Monadic Function Mathematical graph connectivity table change converting conversion
(2*∘÷⍨1⊥2*⍨-)⍤1⍤1 99⍨Nm Euclidean distance table for points in N-space (one point per row) Tacit Monadic Function Mathematical Cartesian metric Pythagorean d() matrix
Mv(2*∘÷⍨1⊥2*⍨-)Nv Euclidean distance between two points in N-space Tacit Dyadic Function Mathematical L2-distance L-2 ℓ2 ℓ-2 ℓ₂ L² Pythagorean d() https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQMoFDDSOtRx4zD2x/1rjB81LUUyOtdoasJlDBWMFEw@P8fAA
Mv(1⊥∘|-)Nv Manhattan distance between two points in N-space Tacit Dyadic Function Mathematical taxicab L1 L-1 L1-distance ℓ1 ℓ-1 ℓ₁ L¹ d() https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQMgPDQekMFQwUNw0ddSx91zKjR1QSKGYNk/v8HAA
(2*∘÷⍨1⊥2*⍨-)⍤1⍤1 99⍨Nm Euclidean distance table for points in N-space (one point per row) Tacit Monadic Function Mathematical L2-distance L-2 ℓ2 ℓ-2 ℓ₂ L² Cartesian metric Pythagorean d() matrix https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQ0jLQedcw4vP1R7wrDR11LgbzeFbqaj3qXGIKwgqUlkK8AVWuiYPSod4uBAggaAiGY/P8fAA
(1⊥∘|-)⍤1⍤1 99⍨Nm Manhattan distance table for points in N-space (one point per row) Tacit Monadic Function Mathematical taxicab L1 L-1 L1-distance ℓ1 ℓ-1 ℓ₁ L¹ d() matrix https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExQ0DB91LX3UMaNGV/NR7xJDEFawtHzUu0IBqsBEwehR7xYDBRA0BEIw@f8/AA
M((*0-⊣)×*÷⊢∘!)N Poisson distribution of states N with average M Tacit Dyadic Function Mathematical
X(1+(≢⊣)-⍳⍨∘⌽⍨)Y Last index of (⍳): Last indices in X of major cells Y Tacit Dyadic Function Index Generation indexin indexof finding locating locate positionof items elements location
(⍳∘≢=(⍳⍨∪⍳⊢))Y Nub sieve: mask for major cells to leave the distinct (∪Y) Tacit Monadic Function Sets unique Boolean indication indicate ⍧ items elements masking indicating Nub-sieve bitmask bit-mask
Expand All @@ -1177,7 +1180,7 @@ Is(⊢↑⍨∘-∘⌊2÷⍨+∘≢)Dv Centering text line Dv into a field of wi
Iv(⌷⍤0 99⌷∘⊃⍤0⍨∘⍳∘≢⊣)Y Merging Y[1] Y[2] Y[3], … under control of Iv (1:cell from Y[1], 2:cell from Y[2], …) Tacit Function Selection zipping merge interweave interweaving interleave interleaving shuffle shuffling meshing
Is(⍉⊢⍴⍨⊣,⍨⊢∘≢÷⊣)Yv Reshape Yv to Is-row matrix (filled column-wise) Tacit Monadic Function Structural table vertically columnwise rows
Cv(⊢∘≢⍨↓¨,⊂⍨⊣⍷,)Dv Split Yv at occurrences of Xv (removes separators) Tacit Dyadic Function Structural cut separate chop divide chunk dividing split() segments partitions
Is(⊢÷⊣*∘÷⍨1⊥*⍨∘|)N Normalisation by Is-norm Tacit Dyadic Function Mathematical Lp-normalise Lp-normalize Lp-normalization L-p https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtE4wUNB51LTq8/VHXYq1HHTOAjN4Vho@6lmoBaSC/RlPBWMHk/38A
Is(⊢÷⊣*∘÷⍨1⊥*⍨∘|)N Normalisation by Is-norm Tacit Dyadic Function Mathematical Lp-normalise Lp-normalize Lp-normalization L-p ℓp ℓ-p https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtE4wUNB51LTq8/VHXYq1HHTOAjN4Vho@6lmoBaSC/RlPBWMHk/38A
Ms(⊣*∘÷⍨1⊥*⍨÷⊢∘≢)N Generalised mean Tacit Dyadic Function Mathematical x-mean xmean generalized power Hölder holder cubic
(⊂⊃¨⍨∘⍋(≢,⊂)¨)Yv Ascending shortlex sort Tacit Monadic Function Mathematical radix length-lexicographic lengthlexicographic military genealogical sorting ordering bylength
(⊂⊃¨⍨∘⍒(≢,⊂)¨)Yv Descending shortlex sort Tacit Monadic Function Mathematical radix length-lexicographic lengthlexicographic military genealogical sorting ordering bylength
Expand Down

0 comments on commit beb8c36

Please sign in to comment.