PINE LIBRARY

FunctionPatternFrequency

Library "FunctionPatternFrequency"
Counts the word or integer number pattern frequency on a array.
reference:
rosettacode.org/wiki/Word_frequency

count(pattern)
  counts the number a pattern is repeated.
  Parameters:
    pattern: : array<string> : array with patterns to be counted.
  Returns:
    array<string> : list of unique patterns.
    array<int> : list of counters per pattern.
  usage:
    count(array.from('a','b','c','a','b','a'))

count(pattern)
  counts the number a pattern is repeated.
  Parameters:
    pattern: : array<int> : array with patterns to be counted.
  Returns:
    array<int> : list of unique patterns.
    array<int> : list of counters per pattern.
  usage:
    count(array.from(1,2,3,1,2,1))
arrayscountcounterfrequencyfunctionpatternsearchstatisticsstringsunique

Perpustakaan Pine

Dalam semangat sebenar TradingView, penulis telah menerbitkan kod Pine ini sebagai satu perpustakaan sumber terbuka supaya pengaturcara Pine lain dari komuniti kami boleh menggunakannya semula. Sorakan kepada penulis! Anda boleh menggunakan perpustakaan ini secara peribadi atau dalam penerbitan sumber terbuka lain, tetapi penggunaan semula kod dalam penerbitan ini adalah dikawal oleh Peraturan dalaman.

Penafian