mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 17:40:00 -07:00
72 lines
2.3 KiB
Markdown
72 lines
2.3 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / MaxMedianMinPct10Pct25Pct75Pct90Pattern
|
|
|
|
# Interface: MaxMedianMinPct10Pct25Pct75Pct90Pattern\<T\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2696](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L2696)
|
|
|
|
## Type Parameters
|
|
|
|
### T
|
|
|
|
`T`
|
|
|
|
## Properties
|
|
|
|
### max
|
|
|
|
> **max**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2697](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L2697)
|
|
|
|
***
|
|
|
|
### median
|
|
|
|
> **median**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2698](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L2698)
|
|
|
|
***
|
|
|
|
### min
|
|
|
|
> **min**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2699](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L2699)
|
|
|
|
***
|
|
|
|
### pct10
|
|
|
|
> **pct10**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2700](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L2700)
|
|
|
|
***
|
|
|
|
### pct25
|
|
|
|
> **pct25**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2701](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L2701)
|
|
|
|
***
|
|
|
|
### pct75
|
|
|
|
> **pct75**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2702](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L2702)
|
|
|
|
***
|
|
|
|
### pct90
|
|
|
|
> **pct90**: [`SeriesPattern1`](../type-aliases/SeriesPattern1.md)\<`T`\>
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:2703](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L2703)
|