JP7207529B2 - 推定装置、推定方法および推定プログラム - Google Patents
推定装置、推定方法および推定プログラム Download PDFInfo
- Publication number
- JP7207529B2 JP7207529B2 JP2021518273A JP2021518273A JP7207529B2 JP 7207529 B2 JP7207529 B2 JP 7207529B2 JP 2021518273 A JP2021518273 A JP 2021518273A JP 2021518273 A JP2021518273 A JP 2021518273A JP 7207529 B2 JP7207529 B2 JP 7207529B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- time
- series data
- estimation
- interval
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
- G06F11/3072—Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves data filtering, e.g. pattern matching, time or event triggered, adaptive or policy-based reporting
- G06F11/3075—Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves data filtering, e.g. pattern matching, time or event triggered, adaptive or policy-based reporting the data filtering being achieved in order to maintain consistency among the monitored data, e.g. ensuring that the monitored data belong to the same timeframe, to the same system or component
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
- G06F17/18—Complex mathematical operations for evaluating statistical data, e.g. average values, frequency distributions, probability functions, regression analysis
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Mathematical Optimization (AREA)
- Mathematical Physics (AREA)
- Computational Mathematics (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Operations Research (AREA)
- Evolutionary Biology (AREA)
- Algebra (AREA)
- Bioinformatics & Computational Biology (AREA)
- Databases & Information Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Probability & Statistics with Applications (AREA)
- Quality & Reliability (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Debugging And Monitoring (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
図1は、本実施形態の推定装置の概略構成を例示する模式図である。図1に例示するように、本実施形態の推定装置10は、パソコン等の汎用コンピュータで実現され、入力部11、出力部12、通信制御部13、記憶部14、および制御部15を備える。
次に、図5を参照して、本実施形態に係る推定装置10による推定処理について説明する。図5は、推定処理手順を示すフローチャートである。図5のフローチャートは、例えば、ユーザが開始を指示する操作入力を行ったタイミングで開始される。
上記実施形態に係る推定装置10が実行する処理をコンピュータが実行可能な言語で記述したプログラムを作成することもできる。一実施形態として、推定装置10は、パッケージソフトウェアやオンラインソフトウェアとして上記の推定処理を実行する推定プログラムを所望のコンピュータにインストールさせることによって実装できる。例えば、上記の推定プログラムを情報処理装置に実行させることにより、情報処理装置を推定装置10として機能させることができる。ここで言う情報処理装置には、デスクトップ型またはノート型のパーソナルコンピュータが含まれる。また、その他にも、情報処理装置にはスマートフォン、携帯電話機やPHS(Personal Handyphone System)などの移動体通信端末、さらには、PDA(Personal Digital Assistant)などのスレート端末などがその範疇に含まれる。また、推定装置10の機能を、クラウドサーバに実装してもよい。
11 入力部
12 出力部
13 通信制御部
14 記憶部
15 制御部
15a 推定部
15b 抽出部
Claims (6)
- 入力された時系列データの隣接するデータ間の間隔の中央値を、該時系列データの均一な間隔として推定する推定部と、
入力された前記時系列データから、推定された前記均一な間隔のデータを抽出する抽出部と、
を備えることを特徴とする推定装置。 - 前記抽出部は、前記時系列データの最新のデータから順に、推定された前記均一な間隔だけ遡った時点のデータを抽出することを特徴とする請求項1に記載の推定装置。
- 前記抽出部は、前記時系列データの各データの時点を基準点として、各基準点から順に、推定された前記均一な間隔だけ遡った時点または進んだ時点に存在するデータの数が最大となる場合に、該存在するデータを抽出することを特徴とする請求項1に記載の推定装置。
- 前記抽出部は、各基準点から順に、推定された前記均一な間隔だけ遡った時点または進んだ時点に存在するデータの数が最大となる場合であって、かつ、前記各基準点に対して存在するデータの時刻の総和が最大となる場合に、該存在するデータを抽出することを特徴とする請求項3に記載の推定装置。
- 推定装置で実行される推定方法であって、
入力された時系列データの隣接するデータ間の間隔の中央値を、該時系列データの均一な間隔として推定する推定工程と、
入力された前記時系列データから、推定された前記均一な間隔のデータを抽出する抽出工程と、
を含んだことを特徴とする推定方法。 - 入力された時系列データの隣接するデータ間の間隔の中央値を、該時系列データの均一な間隔として推定する推定ステップと、
入力された前記時系列データから、推定された前記均一な間隔のデータを抽出する抽出ステップと、
をコンピュータに実行させるための推定プログラム。
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2019/018535 WO2020225901A1 (ja) | 2019-05-09 | 2019-05-09 | 推定装置、推定方法および推定プログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2020225901A1 JPWO2020225901A1 (ja) | 2020-11-12 |
| JP7207529B2 true JP7207529B2 (ja) | 2023-01-18 |
Family
ID=73050747
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021518273A Active JP7207529B2 (ja) | 2019-05-09 | 2019-05-09 | 推定装置、推定方法および推定プログラム |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US11899552B2 (ja) |
| JP (1) | JP7207529B2 (ja) |
| WO (1) | WO2020225901A1 (ja) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000292199A (ja) | 1999-04-12 | 2000-10-20 | Seiko Instruments Inc | 携帯型距離・速度計 |
| JP2001092526A (ja) | 1999-09-21 | 2001-04-06 | Fujitsu Ten Ltd | 出力信号のサンプリング装置 |
| US20130283247A1 (en) | 2013-02-12 | 2013-10-24 | Concurix Corporation | Optimization Analysis Using Similar Frequencies |
| US20140310407A1 (en) | 2013-04-11 | 2014-10-16 | Huawei Technologies Co., Ltd. | Terminal device |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11128185A (ja) * | 1997-10-31 | 1999-05-18 | Matsushita Electric Ind Co Ltd | 心拍変動解析方法および装置 |
| EP1886113B1 (en) * | 2005-06-02 | 2010-08-18 | Isense Corporation | Use of multiple data points and filtering in an analyte sensor |
| US8874761B2 (en) * | 2013-01-25 | 2014-10-28 | Seven Networks, Inc. | Signaling optimization in a wireless network for traffic utilizing proprietary and non-proprietary protocols |
| WO2014179508A1 (en) * | 2013-04-30 | 2014-11-06 | Seven Networks, Inc. | Detection and reporting of keepalive messages for optimization of keepalive traffic in a mobile network |
| US10262547B2 (en) * | 2014-11-10 | 2019-04-16 | Educational Testing Service | Generating scores and feedback for writing assessment and instruction using electronic process logs |
| US11263566B2 (en) * | 2016-06-20 | 2022-03-01 | Oracle International Corporation | Seasonality validation and determination of patterns |
| US11457853B2 (en) * | 2017-03-22 | 2022-10-04 | Emory University | Methods and systems for automatically detecting events based on ECG signals determined from compressed sensed measurements |
-
2019
- 2019-05-09 WO PCT/JP2019/018535 patent/WO2020225901A1/ja not_active Ceased
- 2019-05-09 JP JP2021518273A patent/JP7207529B2/ja active Active
- 2019-05-09 US US17/609,000 patent/US11899552B2/en active Active
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2000292199A (ja) | 1999-04-12 | 2000-10-20 | Seiko Instruments Inc | 携帯型距離・速度計 |
| JP2001092526A (ja) | 1999-09-21 | 2001-04-06 | Fujitsu Ten Ltd | 出力信号のサンプリング装置 |
| US20130283247A1 (en) | 2013-02-12 | 2013-10-24 | Concurix Corporation | Optimization Analysis Using Similar Frequencies |
| US20140310407A1 (en) | 2013-04-11 | 2014-10-16 | Huawei Technologies Co., Ltd. | Terminal device |
Non-Patent Citations (2)
| Title |
|---|
| "pandasで時系列データをリサンプリングするresample, asfreq",2018年08月04日,all 11 pages,https://note.nkmk.me/python-pandas-time-series-resample-asfreq/ |
| 中野 和司,プラントモデリングの新展開 -効率的な制御対象モデリングと制御システムの開発を目指して-,計測と制御,日本,社団法人計測自動制御学会,2010年07月10日,第49巻, 第7号,p.426-432. |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2020225901A1 (ja) | 2020-11-12 |
| JPWO2020225901A1 (ja) | 2020-11-12 |
| US11899552B2 (en) | 2024-02-13 |
| US20220214956A1 (en) | 2022-07-07 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN107870845A (zh) | 面向微服务架构应用的管理方法及系统 | |
| CN112000457B (zh) | 管理处理系统中的任务的方法、设备和计算机程序产品 | |
| EP3796599B1 (en) | Evaluation device and evaluation method | |
| CN112925587B (zh) | 用于初始化应用的方法和装置 | |
| US20200374290A1 (en) | Creation device, creation system, creation method, and creation program | |
| JP2020053013A (ja) | 要求処理方法及び装置 | |
| CN113474760B (zh) | 生成装置、生成系统、生成方法以及记录介质 | |
| CN111125057A (zh) | 一种业务请求的处理方法、装置及计算机系统 | |
| CN114595047A (zh) | 一种批量任务处理方法和装置 | |
| US10084887B2 (en) | Device and method for controlling remote procedure call | |
| US20150277434A1 (en) | Production plan creation support method and production plan creation support apparatus | |
| CN115390992A (zh) | 一种虚拟机创建方法、装置、设备和存储介质 | |
| JP7207529B2 (ja) | 推定装置、推定方法および推定プログラム | |
| WO2014107547A2 (en) | Monitor-mine-manage cycle | |
| US10592813B1 (en) | Methods and apparatus for data operation pre-processing with probabilistic estimation of operation value | |
| CN119759778A (zh) | 一种自动化测试方法、装置、电子设备、存储介质及产品 | |
| CN113377378B (zh) | 用于小程序的处理方法、装置、设备及存储介质 | |
| JP7485078B2 (ja) | 表示制御装置、表示制御方法および表示制御プログラム | |
| CN112989278B (zh) | 确定状态数据的方法和装置 | |
| Kempa et al. | On transient queue-size distribution in a single-machine production system with breakdowns | |
| CN115686766A (zh) | 自动化任务排程方法、电子设备及存储介质 | |
| US10055253B2 (en) | Reducing processor loading during housekeeping operations | |
| CN117492931B (zh) | 多操作系统的虚拟机配置方法、装置、电子设备及存储介质 | |
| CN118468246B (zh) | 基于大模型的逆向分析方法及电子设备 | |
| US11640428B2 (en) | Collation device, collation method, and collation program |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210825 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20221025 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20221118 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20221206 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20221219 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7207529 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |