Function
| Static Public Summary | ||
| public |
countByGroup(weeks: *, countFn: *): * |
|
| public |
countTagsByGroup(weeks: JSerWeek[]): {string: number} {タグ名:出現回数}のオブジェクトを返す |
|
| public |
findIndexBiggerTime(array: *, time: *): * |
|
| public |
findIndexLessTime(array: *, time: *): * |
|
| public |
findIndexesBetween(times: *, beginDate: *, endDate: *): * |
|
Static Public
public countByGroup(weeks: *, countFn: *): * source
import {countByGroup} from 'jser-stat/src/compute/compute-tags.js'Params:
| Name | Type | Attribute | Description |
| weeks | * | ||
| countFn | * |
Return:
| * |
public countTagsByGroup(weeks: JSerWeek[]): {string: number} source
import {countTagsByGroup} from 'jser-stat/src/compute/compute-tags.js'{タグ名:出現回数}のオブジェクトを返す
Params:
| Name | Type | Attribute | Description |
| weeks | JSerWeek[] |
public findIndexBiggerTime(array: *, time: *): * source
import {findIndexBiggerTime} from 'jser-stat/src/algo/algoSearch.js'Params:
| Name | Type | Attribute | Description |
| array | * | ||
| time | * |
Return:
| * |
public findIndexLessTime(array: *, time: *): * source
import {findIndexLessTime} from 'jser-stat/src/algo/algoSearch.js'Params:
| Name | Type | Attribute | Description |
| array | * | ||
| time | * |
Return:
| * |
public findIndexesBetween(times: *, beginDate: *, endDate: *): * source
import {findIndexesBetween} from 'jser-stat/src/algo/algoSearch.js'Params:
| Name | Type | Attribute | Description |
| times | * | ||
| beginDate | * | ||
| endDate | * |
Return:
| * |