Home Reference Source Repository

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:

NameTypeAttributeDescription
weeks *
countFn *

Return:

*

public countTagsByGroup(weeks: JSerWeek[]): {string: number} source

import {countTagsByGroup} from 'jser-stat/src/compute/compute-tags.js'

{タグ名:出現回数}のオブジェクトを返す

Params:

NameTypeAttributeDescription
weeks JSerWeek[]

Return:

{string: number}

public findIndexBiggerTime(array: *, time: *): * source

import {findIndexBiggerTime} from 'jser-stat/src/algo/algoSearch.js'

Params:

NameTypeAttributeDescription
array *
time *

Return:

*

public findIndexLessTime(array: *, time: *): * source

import {findIndexLessTime} from 'jser-stat/src/algo/algoSearch.js'

Params:

NameTypeAttributeDescription
array *
time *

Return:

*

public findIndexesBetween(times: *, beginDate: *, endDate: *): * source

import {findIndexesBetween} from 'jser-stat/src/algo/algoSearch.js'

Params:

NameTypeAttributeDescription
times *
beginDate *
endDate *

Return:

*