JP2013131052A - Information processing device, control method therefor, and program - Google Patents

Information processing device, control method therefor, and program Download PDF

Info

Publication number
JP2013131052A
JP2013131052A JP2011280272A JP2011280272A JP2013131052A JP 2013131052 A JP2013131052 A JP 2013131052A JP 2011280272 A JP2011280272 A JP 2011280272A JP 2011280272 A JP2011280272 A JP 2011280272A JP 2013131052 A JP2013131052 A JP 2013131052A
Authority
JP
Japan
Prior art keywords
item
inheritance
prediction
prediction data
calculated
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.)
Pending
Application number
JP2011280272A
Other languages
Japanese (ja)
Inventor
Tetsuya Iwasaki
哲也 岩崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Canon MJ IT Group Holdings Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
Canon MJ IT Group Holdings Inc
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Canon Marketing Japan Inc, Canon IT Solutions Inc, Canon MJ IT Group Holdings Inc filed Critical Canon Marketing Japan Inc
Priority to JP2011280272A priority Critical patent/JP2013131052A/en
Publication of JP2013131052A publication Critical patent/JP2013131052A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve the accuracy of predicting prediction data on an inheritance destination item.SOLUTION: In accordance with a combination of result data of an inheritance source item and result data of an inheritance destination item which are stored, prediction data on the inheritance destination and inheritance source items is calculated. In accordance with the result data of the inheritance source item which is stored, prediction data on the inheritance source item is calculated. By subtracting the prediction data on the inheritance source item from the prediction data on the inheritance destination and inheritance source items, prediction data on the inheritance destination item is calculated and output.

Description

本発明は、情報処理装置、及びその制御方法、プログラムに関し、特に、継承先アイテムの予測データを予測する技術に関するものである。   The present invention relates to an information processing apparatus, a control method thereof, and a program, and more particularly to a technique for predicting prediction data of an inheritance item.

従来、時系列予測モデルなどで予測する際、指定された過去の時系列データの参照期間数をもとに、参照する期間の時系列データを取得し、参照期間の実績データをもとに予測量を算出する(非特許文献1)。   Conventionally, when forecasting with a time series forecasting model, etc., based on the specified number of past time series data reference periods, time series data for the reference period is obtained and forecasted based on the actual data for the reference period The amount is calculated (Non-Patent Document 1).

また、パッケージの変更や10%増量などの理由により商品がリニューアルされることはよくある話である。その際、消費者にとってはリニューアル前商品とリニューアル後商品は同じ商品であることには変わりはないが、生産または販売側にとっては商品コードが異なるため、実績データの管理などでは異なる商品として管理される。この場合、リニューアル後の商品は新商品として予測される。   In addition, it is a common story that products are renewed for reasons such as changing packages or increasing the amount by 10%. At that time, although the product before renewal and the product after renewal are the same for consumers, the product codes are different for production or sales, so they are managed as different products in the management of performance data. The In this case, the product after renewal is predicted as a new product.

このような新商品の売れ行き具合を予測するための方法として、例えば、特許文献1には、新商品の売れ行き具合を予測する際に、新発売商品の売上げデータと他の既存商品の売上げデータとの相関関係が最も高い既存商品を選択して、その選択された既存商品のそれ以後の売上げデータから新発売商品の売行き具合を予測することが提案されている。   As a method for predicting the sales degree of such a new product, for example, Patent Document 1 discloses that when predicting the sales degree of a new product, sales data of a newly released product and sales data of other existing products It is proposed that an existing product having the highest correlation is selected and the sales degree of the newly released product is predicted from the sales data of the selected existing product thereafter.

「予測のはなし」大村 平著、日科技連“Nothing to predict” by Taira Omura, Nikka Giren 特開2002−169946号公報JP 2002-169946 A

しかしながら、従来技術を用いたとしても、新商品とは異なる既存商品の売上データなどの予測処理に用いる情報(実績値)が少ない新商品の場合、その新商品の予測値を精度良く得ることは難しい。   However, even if the conventional technology is used, in the case of a new product with little information (actual value) used for prediction processing such as sales data of existing products different from the new product, it is possible to obtain the predicted value of the new product with high accuracy. difficult.

そのため、例えば、新商品としてのリニューアル後の商品(継承先アイテム)の予測を行う場合は、リニューアル前の商品(継承元アイテム)を、リニューアル後の商品と同じ商品とみなして、当該リニューアル前の商品の実績値を用いることにより、リニューアル後の商品の予測処理で不足している実績値を補えることができる。   Therefore, for example, when predicting a product after a renewal as a new product (inherited item), the product before the renewal (inheriting source item) is regarded as the same product as the product after the renewal, and before the renewal. By using the actual value of the product, it is possible to compensate for the insufficient actual value in the prediction process of the product after the renewal.

そこで、本発明の目的は、継承元アイテムと継承先アイテムの実績データに従って得られる予測データから、継承元アイテムの実績データに従って得られる継承元アイテムの予測データを差し引くことにより、継承先アイテムの予測データを算出することにより、継承先アイテムの予測データの予測精度を向上させることである。   Therefore, the object of the present invention is to predict the inheritance destination item by subtracting the prediction data of the inheritance source item obtained according to the performance data of the inheritance source item from the prediction data obtained according to the performance data of the inheritance source item and the succession destination item. By calculating the data, the prediction accuracy of the prediction data of the inheritance item is improved.

本発明は、継承元のアイテムの実績データと、継承先のアイテムの実績データとを記憶する記憶手段と、前記記憶手段に記憶された前記継承元のアイテムの実績データと、前記継承先のアイテムの実績データとの組み合わせに従って、前記継承先と前記継承元のアイテムについての予測データを算出する第1の算出手段と、前記記憶手段に記憶された前記継承元のアイテムの実績データに従って、前記継承元のアイテムについての予測データを算出する第2の算出手段と、前記第1の算出手段で算出された予測データから、前記第2の算出手段で算出された予測データを差し引くことにより、前記継承先のアイテムについての予測データを算出する第3の算出手段と、前記第3の算出手段により算出された予測データを出力する出力手段と、を備えることを特徴とする。   The present invention relates to storage means for storing the result data of the inheritance source item and the result data of the inheritance destination item, the achievement data of the inheritance source item stored in the storage means, and the inheritance destination item. First inheritance means for calculating predicted data for the inheritance destination and the inheritance source item according to a combination with the actual performance data, and the inheritance according to the actual data of the inheritance source item stored in the storage means By subtracting the prediction data calculated by the second calculation means from the prediction data calculated by the second calculation means for calculating the prediction data for the original item and the first calculation means, the inheritance Third calculation means for calculating prediction data for the previous item; output means for outputting prediction data calculated by the third calculation means; Characterized in that it comprises.

また、本発明は、継承元のアイテムの実績データと、継承先のアイテムの実績データとを記憶する記憶手段を備えた情報処理装置の制御方法であって、前記情報処理装置の第1の算出手段が、前記記憶手段に記憶された前記継承元のアイテムの実績データと、前記継承先のアイテムの実績データとの組み合わせに従って、前記継承先と前記継承元のアイテムについての予測データを算出する第1の算出工程と、前記情報処理装置の第2の算出手段が、前記記憶手段に記憶された前記継承元のアイテムの実績データに従って、前記継承元のアイテムについての予測データを算出する第2の算出工程と、前記情報処理装置の第3の算出手段が、前記第1の算出工程で算出された予測データから、前記第2の算出工程で算出された予測データを差し引くことにより、前記継承先のアイテムについての予測データを算出する第3の算出工程と、前記情報処理装置の出力手段が、前記第3の算出工程により算出された予測データを出力する出力工程と、を備えることを特徴とする。   The present invention is also a method for controlling an information processing apparatus comprising storage means for storing the result data of an inheritance source item and the result data of an inheritance destination item, the first calculation of the information processing apparatus Means for calculating prediction data for the inheritance destination and the inheritance source item according to a combination of the result data of the inheritance source item stored in the storage means and the performance data of the inheritance destination item; And a second calculation unit of the information processing apparatus calculates second prediction data for the inheritance source item according to the result data of the inheritance source item stored in the storage unit. The calculation step and the third calculation means of the information processing apparatus subtract the prediction data calculated in the second calculation step from the prediction data calculated in the first calculation step. A third calculation step of calculating prediction data for the inherited item, and an output step of outputting the prediction data calculated by the third calculation step by the output means of the information processing apparatus; It is characterized by providing.

また、本発明は、継承元のアイテムの実績データと、継承先のアイテムの実績データとを記憶する記憶手段を備えた情報処理装置で読み取り実行可能なプログラムであって、前記情報処理装置を、前記記憶手段に記憶された前記継承元のアイテムの実績データと、前記継承先のアイテムの実績データとの組み合わせに従って、前記継承先と前記継承元のアイテムについての予測データを算出する第1の算出手段と、前記記憶手段に記憶された前記継承元のアイテムの実績データに従って、前記継承元のアイテムについての予測データを算出する第2の算出手段と、前記第1の算出手段で算出された予測データから、前記第2の算出手段で算出された予測データを差し引くことにより、前記継承先のアイテムについての予測データを算出する第3の算出手段と、前記第3の算出手段により算出された予測データを出力する出力手段として機能させることを特徴とする。   In addition, the present invention is a program that can be read and executed by an information processing apparatus including a storage unit that stores the result data of an inheritance source item and the result data of an inheritance destination item, and the information processing apparatus includes: A first calculation for calculating prediction data for the inheritance destination and the inheritance source item according to a combination of the performance data of the inheritance source item and the performance data of the inheritance destination item stored in the storage unit Means, second calculation means for calculating prediction data for the inheritance source item according to the result data of the inheritance source item stored in the storage means, and the prediction calculated by the first calculation means Subtracting the prediction data calculated by the second calculation means from the data to calculate prediction data for the inherited item A calculation means, characterized in that to function as output means for outputting the third predicted data calculated by the calculation means.

本発明によれば、継承元アイテムと継承先アイテムの実績データに従って得られる予測データから、継承元アイテムの実績データに従って得られる継承元アイテムの予測データを差し引くことにより、継承先アイテムの予測データを算出することにより、継承先アイテムの予測データの予測精度を向上させることができる。   According to the present invention, the prediction data of the inheritance destination item is subtracted from the prediction data obtained according to the performance data of the inheritance source item and the succession destination item, by subtracting the prediction data of the inheritance source item obtained according to the performance data of the inheritance source item. By calculating, the prediction accuracy of the prediction data of the inheritance item can be improved.

本発明の実施形態に係る情報処理装置100の構成図である。It is a lineblock diagram of information processor 100 concerning an embodiment of the present invention. 図1に示した情報処理装置100に適用可能な情報処理装置のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the information processing apparatus applicable to the information processing apparatus 100 shown in FIG. 情報処理装置100における制御処理を行うフローチャートの一例を示す図である。FIG. 3 is a diagram illustrating an example of a flowchart for performing control processing in the information processing apparatus 100. 図3のステップS303の予測処理の詳細処理を示すフローチャートである。It is a flowchart which shows the detailed process of the prediction process of step S303 of FIG. 各アイテム間での継承関係を示す図である。It is a figure which shows the inheritance relationship between each item. 継承設定一覧画面の一例である。It is an example of an inheritance setting list screen. パラメータ設定画面の一例である。It is an example of a parameter setting screen. 2008年1月から2010年12月までの36ヶ月間の継承元アイテムA002と継承先アイテムA201の月次販売量データ(実績値を時系列に集計した時系列データ)の例である。It is an example of monthly sales amount data (time series data obtained by totaling actual values in time series) of the inheritance source item A002 and the succession destination item A201 for 36 months from January 2008 to December 2010. 図8の時系列データをグラフ化したものである。9 is a graph of the time series data of FIG. 継承先のアイテムA201の補正実績値と、その補正実績値を用いた予測結果とを時系列で表したグラフの一例である。It is an example of the graph which represented the correction | amendment performance value of item A201 of an inheritance destination, and the prediction result using the correction | amendment performance value in time series. 継承元アイテムA002の予測結果のグラフである。It is a graph of the prediction result of inheritance origin item A002. 継承先のアイテムであるA201の過去実績(売上の実績値)と、予測結果とを時系列で表したグラフの一例である。It is an example of the graph which represented the past performance (result value of sales) of A201 which is an inheritance destination item, and the prediction result in time series. 図4のステップS407の詳細処理のフローチャートの一例である。It is an example of the flowchart of the detailed process of step S407 of FIG. 各予測補正モデル(計算式)から得られる、補正開始時点(2010年11月)から補正終了時点(2012年5月)までの各時点の補正率を時系列に表したグラフの一例である。It is an example of the graph which represented the correction factor of each time from the correction start time (November 2010) to the correction end time (May 2012) obtained from each prediction correction model (calculation formula) in time series. 継承元のアイテムA002の実績値と、その実績値から算出された予測値と、その予測値を予測補正モデルにより補正して得られる予測値(補正予測値)とを時系列に表したグラフの一例である。A graph showing in time series the actual value of the inheritance source item A002, the predicted value calculated from the actual value, and the predicted value (corrected predicted value) obtained by correcting the predicted value by the prediction correction model It is an example. 継承先アイテムA201の予測値を時系列に表したグラフの一例である。It is an example of the graph which represented the predicted value of inheritance destination item A201 in time series. 図4のステップS407の詳細処理のフローチャートの一例である。It is an example of the flowchart of the detailed process of step S407 of FIG. 継承元のアイテムA002の、2010年12月の実績(実績値)と、2011年1月以降の予測(予測値)と、2010年12月末の在庫(在庫数)と、2011年1月以降の入庫予定(入庫予定値)とを時系列に表したデータテーブルの一例である。Inheritance source item A002, actual results (actual values) in December 2010, forecasts after January 2011 (predicted values), inventory at the end of December 2010 (inventory number), and data after January 2011 It is an example of the data table which represented the warehousing schedule (scheduled warehousing value) in time series. 継承元のアイテムA002の2010年12月の実績値と、2011年1月以降の予測値と、2010年12月末の在庫数(実績値)と、2011年1月以降の入庫予定値と、2011年1月以降の予測上限値と、2011円1月以降の補正予測値とを時系列に表したデータテーブルの一例である。The actual value of December 2010 of the inheritance item A002, the predicted value after January 2011, the stock quantity (actual value) at the end of December 2010, the planned warehousing value after January 2011, 2011 It is an example of the data table which represented the prediction upper limit after January, 2011, and the correction | amendment prediction value after 2011 yen January in time series. 補正予測値をグラフで表したものである。The corrected predicted value is represented by a graph. 継承先アイテムA201の予測を行った結果、得られる継承先アイテムA201の予測値を時系列にプロットしたグラフである。It is the graph which plotted the predicted value of inheritance destination item A201 obtained as a result of prediction of inheritance destination item A201 in time series.

以下、図面を参照して、本発明の実施形態に係る情報処理装置、及びその動作処理の詳細について説明する。   Hereinafter, with reference to the drawings, an information processing apparatus according to an embodiment of the present invention and details of its operation processing will be described.

図1は、本発明の実施形態に係る情報処理装置100の構成図である。   FIG. 1 is a configuration diagram of an information processing apparatus 100 according to an embodiment of the present invention.

図1に示すように、本実施形態に係る情報処理装置100は、外部メモリ211に、継承情報DB104、予測モデルDB105と、実績DB106と、予測結果DB107とを記憶し、設定手段101と、順番決定手段108と、予測手段102と、表示手段103とを備えている。外部メモリ211は、本発明の記憶手段の適用例である。   As illustrated in FIG. 1, the information processing apparatus 100 according to the present embodiment stores an inheritance information DB 104, a prediction model DB 105, a performance DB 106, and a prediction result DB 107 in an external memory 211. A determination unit 108, a prediction unit 102, and a display unit 103 are provided. The external memory 211 is an application example of the storage means of the present invention.

継承情報DB104は、後述する図6で設定された内容の情報が記憶されている。予測モデルDB105は、後述する図7で設定された内容の情報が記憶されている。   The inheritance information DB 104 stores information on contents set in FIG. 6 to be described later. The prediction model DB 105 stores information on contents set in FIG.

実績DB106は、後述する図8の時系列データが記憶されている。すなわち、実績DB106には、継承元のアイテムの実績データと、継承先のアイテムの実績データとを記憶している。   The result DB 106 stores time series data of FIG. 8 to be described later. That is, the result DB 106 stores the result data of the inheritance source item and the result data of the inheritance destination item.

予測結果DB107は、予測手段102で予測された結果得られる予測値が記憶される。   The prediction result DB 107 stores a prediction value obtained as a result of prediction by the prediction unit 102.

また、設定手段101は、ユーザの操作により、後述する図6、図7を介して入力された各種情報を設定し、継承情報DB104、予測モデルDB105に記憶する設定部である。   The setting unit 101 is a setting unit that sets various types of information input through user operations through FIGS. 6 and 7 described later, and stores them in the inheritance information DB 104 and the prediction model DB 105.

順番決定手段108は、継承情報DB104に記憶された継承情報に従って、各アイテムについて、予測手段102により予測される予測処理を行う順番を決定する。 The order determination means 108 determines the order in which the prediction process predicted by the prediction means 102 is performed for each item according to the inheritance information stored in the inheritance information DB 104.

また、予測手段102は、過去の実績値(例えば売上データの実績値)を用いて、予測モデルDB105に記憶されている、予測可能な様々な予測モデル(例えば、変動あり移動平均、変動あり指数平滑、変動なしウィンターズ等の計算式)を用いて、将来の予測値(例えば将来の売上データの予測値)を算出する予測部である。   Further, the prediction unit 102 uses various past prediction values (for example, actual value of sales data) and various predictable prediction models (for example, moving average, variable index) stored in the prediction model DB 105. This is a prediction unit that calculates a future predicted value (for example, a predicted value of future sales data) using a smoothing formula, a calculation formula such as winters without fluctuation, or the like.

また、表示手段103は、予測手段102により予測された結果(予測値)を表示する表示部である。   The display unit 103 is a display unit that displays a result (predicted value) predicted by the prediction unit 102.

以下、図2を用いて、図1に示した情報処理装置100に適用可能な情報処理装置のハードウェア構成について説明する。   Hereinafter, the hardware configuration of the information processing apparatus applicable to the information processing apparatus 100 illustrated in FIG. 1 will be described with reference to FIG.

図2は、図1に示した情報処理装置100に適用可能な情報処理装置のハードウェア構成を示すブロック図である。   FIG. 2 is a block diagram illustrating a hardware configuration of an information processing apparatus applicable to the information processing apparatus 100 illustrated in FIG.

図2において、201はCPUで、システムバス204に接続される各デバイスやコントローラを統括的に制御する。また、ROM202あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。   In FIG. 2, reference numeral 201 denotes a CPU that comprehensively controls each device and controller connected to the system bus 204. Further, the ROM 202 or the external memory 211 is necessary to realize a BIOS (Basic Input / Output System) or an operating system program (hereinafter referred to as an OS), which is a control program of the CPU 201, or a function executed by each server or each PC. Various programs to be described later are stored.

203はRAMで、CPU201の主メモリ、ワークエリア等として機能する。CPU201は、処理の実行に際して必要なプログラム等をROM202あるいは外部メモリ211からRAM203にロードして、該ロードしたプログラムを実行することで各種動作を実現するものである。   A RAM 203 functions as a main memory, work area, and the like for the CPU 201. The CPU 201 implements various operations by loading a program or the like necessary for execution of processing from the ROM 202 or the external memory 211 into the RAM 203 and executing the loaded program.

また、205は入力コントローラで、キーボード(KB)209や不図示のマウス等のポインティングデバイス等の入力装置からの入力を制御する。206はビデオコントローラで、液晶ディスプレイ等のディスプレイ210への表示を制御する。なお、210のディスプレイは、タッチパネルになっており、ディスプレイ上の画面を押下されることにより操作することが可能な入力装置としても機能する。   An input controller 205 controls input from an input device such as a keyboard (KB) 209 or a pointing device such as a mouse (not shown). A video controller 206 controls display on a display 210 such as a liquid crystal display. The display 210 is a touch panel and functions as an input device that can be operated by pressing a screen on the display.

207はメモリコントローラで、ブートプログラム,各種のアプリケーション,フォントデータ,ユーザファイル,編集ファイル,各種データ等を記憶する外部記憶装置(ハードディスク(HD))や、フレキシブルディスク(FD)、或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ211へのアクセスを制御する。   A memory controller 207 is provided in an external storage device (hard disk (HD)), flexible disk (FD), or PCMCIA card slot for storing a boot program, various applications, font data, user files, editing files, various data, and the like. Controls access to an external memory 211 such as a compact flash (registered trademark) memory connected via an adapter.

208は通信I/Fコントローラで、ネットワークを介して外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。   A communication I / F controller 208 connects and communicates with an external device via a network, and executes communication control processing on the network. For example, communication using TCP / IP is possible.

なお、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、ディスプレイ210上での表示を可能としている。また、CPU201は、ディスプレイ210上の不図示のマウスカーソル等でのユーザ指示を可能とする。   Note that the CPU 201 enables display on the display 210 by executing outline font rasterization processing on a display information area in the RAM 203, for example. Further, the CPU 201 enables a user instruction with a mouse cursor (not shown) on the display 210.

本発明を実現するための後述する各種プログラムは、外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、上記プログラムの実行時に用いられる定義ファイル及び各種情報テーブル等も、外部メモリ211に格納されており、これらについての詳細な説明も後述する。   Various programs to be described later for realizing the present invention are recorded in the external memory 211 and executed by the CPU 201 by being loaded into the RAM 203 as necessary. Furthermore, definition files and various information tables used when executing the program are also stored in the external memory 211, and a detailed description thereof will be described later.

次に、図3を用いて、本実施形態の情報処理装置100における制御処理を行うフローチャートについて説明する。   Next, a flowchart for performing control processing in the information processing apparatus 100 according to the present embodiment will be described with reference to FIG.

図3は、情報処理装置100における制御処理を行うフローチャートの一例を示す図である。   FIG. 3 is a diagram illustrating an example of a flowchart for performing control processing in the information processing apparatus 100.

図3に示す各ステップに示す処理は、情報処理装置100のCPU201により実行され実現される。   The processing shown in each step shown in FIG. 3 is executed and realized by the CPU 201 of the information processing apparatus 100.

まず、情報処理装置100が読み取り実行可能な本実施形態におけるプログラムを起動すると、継承情報を表示・設定する継承設定一覧画面(図6)、及びパラメータ設定画面(図7)を表示する。   First, when the information processing apparatus 100 starts the program in the present embodiment that can be read and executed, an inheritance setting list screen (FIG. 6) and a parameter setting screen (FIG. 7) for displaying and setting inheritance information are displayed.

具体的には、継承設定一覧画面(図6)は、「継承先アイテムコード」601、「アイテム名称」602、「継承元アイテムコード」603、「アイテム名称」604、「継承比率」605、「継承開始」606、「継承終了」607、「有効開始」608、「有効終了」609の項目から構成される。   Specifically, the inheritance setting list screen (FIG. 6) includes an “inheritance destination item code” 601, “item name” 602, “inheritance source item code” 603, “item name” 604, “inheritance ratio” 605, “ It consists of items of “inheritance start” 606, “inheritance end” 607, “valid start” 608, and “valid end” 609.

「継承先アイテムコード」601には、継承先のアイテム(商品など)のコード(識別情報)のユーザからの入力を受け付けることができる。
また、「アイテム名称」602には、該「継承先アイテムコード」601で識別されるアイテムの名称のユーザからの入力を受け付けることができる。
The “inherited item code” 601 can accept an input from the user of the code (identification information) of the inherited item (product or the like).
The “item name” 602 can accept an input from the user of the name of the item identified by the “inherited item code” 601.

「継承元アイテムコード」603には、該「継承先アイテムコード」601で識別されるアイテムの継承元のアイテム(商品など)のコード(識別情報)のユーザからの入力を受け付けることができる。
「アイテム名称」604には、該「継承元アイテムコード」603で識別されるアイテムの名称のユーザからの入力を受け付けることができる。
The “inheritance source item code” 603 can accept an input from the user of the code (identification information) of the item (product etc.) that is the inheritance source of the item identified by the “inheritance destination item code” 601.
The “item name” 604 can accept an input from the user of the item name identified by the “inheritance source item code” 603.

「継承比率」605には、出庫ボリュームの補正倍率のユーザからの入力を受け付けることができる。ここで、出庫ボリュームの補正倍率とは、リニューアル前(継承元アイテム)は10個の集まりが1つのアイテムであるが、リニューアル後(継承先アイテム)は50個の集まりが1つのアイテムとなる場合、リニューアル前アイテム(継承元アイテム)の100つ(アイテム数)という出庫実績量とリニューアル後(継承先アイテム)の100つ(アイテム数)という出庫実績量は異なると言える。リニューアル前アイテムの1つという出庫実績量は、リニューアル後アイテムの1/5(=10/50)に当たると言える。そのため、リニューアル前アイテムの出庫実績量に1/5という補正倍率をかける必要がある。この補正倍率を出庫ボリュームの補正倍率と呼ぶ。 In the “inheritance ratio” 605, an input from the user of the correction magnification of the outgoing volume can be accepted. Here, the correction factor of the outgoing volume is a case where 10 collections are one item before renewal (inheritance source item), but 50 collections become one item after renewal (inheritance destination item). It can be said that 100 items (number of items) before the renewal (the number of items inherited) and 100 items (number of items) after the renewal (the number of items succeeded) are different. It can be said that the actual delivery amount of one item before renewal corresponds to 1/5 (= 10/50) of the item after renewal. For this reason, it is necessary to apply a correction factor of 1/5 to the actual delivery amount of the item before renewal. This correction magnification is referred to as the correction magnification of the outgoing volume.

「継承開始」606には、どの時点からの実績値を継承するかを示す継承開始時点の日時(時間)情報のユーザからの入力を受け付けることができる。   The “inheritance start” 606 can accept input from the user of date / time (time) information at the time of inheritance start indicating from which time the actual value is inherited.

「継承終了」607には、どの時点までの実績値を継承するかを示す継承終了時点の日時(時間)情報のユーザからの入力を受け付けることができる。   The “inheritance end” 607 can accept an input from the user of date and time (time) information at the end of inheritance indicating to what time the actual value is to be inherited.

このように、継承元アイテム(リニューアル前アイテム)のどの期間の過去の出庫実績(実績値)を継承するかを決める必要がある。予測処理で用いられない期間の出庫実績(実績値)を継承しても無駄になるし、継承元アイテムの出庫実績量がゼロになり全く出庫しなくなっても継承つづけるのも無駄であるため、ここで、継承元アイテム(リニューアル前アイテム)のどの期間の過去の出庫実績(実績値)を継承するかの設定を入力することができる。   In this way, it is necessary to determine which period of the past issue performance (actual value) of the inheritance source item (item before renewal) is to be inherited. Because it is useless to inherit the actual issue (actual value) of the period that is not used in the prediction process, and it is useless to continue even if the issue actual amount of the inheritance source item becomes zero and no issue at all, Here, it is possible to input a setting of which period of the past issue performance (actual value) of the inheritance source item (item before renewal) to be inherited.

「有効開始」608には、図6で設定されるレコードの情報(継承情報)はいつから有効かを示す有効開始時点の日時(時間)情報のユーザからの入力を受け付けることができる。   The “valid start” 608 can accept input from the user of date and time (time) information at the time of valid start indicating when the record information (inherited information) set in FIG. 6 is valid.

「有効終了」609には、図6で設定されるレコードの情報(継承情報)はいつまで有効かを示す有効終了時点の日時(時間)情報のユーザからの入力を受け付けることができる。
このように、発売前に設定した場合、いつから、いつまで継承情報が有効であるかの情報を入力する必要がある。
The “valid end” 609 can accept input from the user of date and time (time) information at the time of valid end indicating how long the record information (inherited information) set in FIG. 6 is valid.
As described above, when the setting is made before the release, it is necessary to input information about when the inheritance information is valid from when.

このように、図6の画面を介して、ユーザにより、継承先のアイテム、継承元のアイテム、及び、継承する期間、継承の有効期限の入力を受け付け、保存ボタン610がユーザにより押下されると、これら入力を受け付けた情報を設定して(ステップS301)、継承情報DB104にその設定内容を記憶する。   As described above, when the user receives input of the inheritance destination item, the inheritance source item, the inheritance period, and the expiration date of the inheritance via the screen of FIG. 6, and the save button 610 is pressed by the user. Then, the information that has received these inputs is set (step S301), and the setting contents are stored in the inheritance information DB 104.

上述の通り、図6の画面を介して、継承先のアイテム、継承元のアイテムの設定がなされると、図5に示すように、各アイテム間での継承関係が設定されることとなる。
図5は、各アイテム間での継承関係を示す図である。
図5には、継承情報による、リニューアル前アイテム(継承元アイテム)とリニューアル後アイテム(継承先アイテム)の紐づけ(関係)を表している。
As described above, when the inheritance destination item and the inheritance source item are set via the screen of FIG. 6, the inheritance relationship between the items is set as shown in FIG.
FIG. 5 is a diagram illustrating the inheritance relationship between items.
FIG. 5 shows the association (relationship) between the item before renewal (inheritance source item) and the item after renewal (inheritance destination item) based on the inheritance information.

図5の、501、502、503、504、505、506、507、508は、それぞれ、A003、A001、A006、A101、A002、S201、B191、B199のぞれぞれのアイテムコードから識別されるアイテムを示している。   5, 501, 502, 503, 504, 505, 506, 507, and 508 are identified from the item codes of A003, A001, A006, A101, A002, S201, B191, and B199, respectively. Indicates an item.

以下に、図5の継承関係について具体的に説明する。   The inheritance relationship in FIG. 5 will be specifically described below.

A006(アイテムコード)は、A003(アイテムコード)のリニューアル後のアイテム(継承先アイテム)である。つまり、A006は、A003に対する継承先アイテム、A003は、A006に対する継承元アイテムである。   A006 (item code) is an item (inherited item) after the renewal of A003 (item code). That is, A006 is an inheritance destination item for A003, and A003 is an inheritance source item for A006.

また、A101(アイテムコード)は、A001(アイテムコード)とA006のリニューアル後のアイテム(継承先アイテム)である。すなわち、A001は、A101に対する継承元アイテムである。   A101 (item code) is an item (inherited item) after renewal of A001 (item code) and A006. That is, A001 is an inheritance source item for A101.

また、A201(アイテムコード)は、A002(アイテムコード)に対する継承先アイテムであり、A002は、A201に対する継承元アイテムである。また、同様に、B199(アイテムコード)は、B191(アイテムコード)に対する継承先アイテムであり、B191は、B199に対する継承元アイテムである。   A201 (item code) is an inheritance item for A002 (item code), and A002 is an inheritance source item for A201. Similarly, B199 (item code) is an inheritance item for B191 (item code), and B191 is an inheritance source item for B199.

継承先アイテムは、継承元アイテムよりも新しいアイテムである。   The inheritance destination item is an item newer than the inheritance source item.

このように、図6の画面により、各アイテム間の継承関係についての設定がなされる。   In this manner, the inheritance relationship between the items is set on the screen of FIG.

また、パラメータ設定画面(図7)は、それぞれのアイテムにて使用する予測モデルパラメータを設定する画面であり、「アイテムコード」701、「アイテム名称」702、「実績参照期間」703、「予測モデル」704、「パラメータ」705、「予測補正モデル」706、「補正開始」707、「補正終了」708の項目から構成されている。   The parameter setting screen (FIG. 7) is a screen for setting prediction model parameters to be used for each item, and includes “item code” 701, “item name” 702, “result reference period” 703, “prediction model”. ”704,“ parameter ”705,“ prediction correction model ”706,“ correction start ”707, and“ correction end ”708.

「アイテムコード」701は、アイテム(商品など)のコード(識別情報)のユーザからの入力を受け付けることができる。
「アイテム名称」702は、該「アイテムコード」701で識別されるアイテムの名称のユーザからの入力を受け付けることができる。
「実績参照期間」703は、どの期間の実績値を用いて予測するかを指定する実績参照期間のユーザからの入力を受け付けることができる。
The “item code” 701 can accept an input from a user of a code (identification information) of an item (product or the like).
The “item name” 702 can accept an input from the user of the name of the item identified by the “item code” 701.
The “result reference period” 703 can accept an input from the user of the result reference period for specifying which period of the result value is used for prediction.

「予測モデル」704は、移動平均モデルや指数平滑モデルやウィンターズ指数平滑モデルなどの、予測値を算出するための予測モデル(計算式)のユーザからの入力を受け付けることができる。 The “prediction model” 704 can accept an input from a user of a prediction model (calculation formula) for calculating a prediction value, such as a moving average model, an exponential smoothing model, or a winters exponential smoothing model.

「パラメータ」705は、該予測モデルのパラメータのユーザからの入力を受け付けることができる。例えば、予測モデルが指数平滑モデルであれば平滑パラメータなどの予測モデルのパラメータのユーザからの入力を受け付けることができる。   The “parameter” 705 can accept an input from the user of the parameter of the prediction model. For example, if the prediction model is an exponential smoothing model, it is possible to accept an input from a user of a prediction model parameter such as a smoothing parameter.

「予測補正モデル」706は、予測値を補正する予測補正モデル(計算式)のユーザからの入力を受け付けることができる。予測値を補正しない場合は、「なし」を入力し、予測値を補正する場合は、その予測補正モデルを入力する。予測補正モデルとして、「上限モデル」、「直線近似モデル(直線補正)」、「2次曲線モデル(2次曲線補正)」、「楕円モデル(楕円補正)」などを入力することができる。   The “prediction correction model” 706 can accept an input from a user of a prediction correction model (calculation formula) for correcting a prediction value. If the predicted value is not corrected, “None” is input, and if the predicted value is corrected, the predicted correction model is input. As the prediction correction model, “upper limit model”, “linear approximation model (linear correction)”, “secondary curve model (secondary curve correction)”, “elliptical model (elliptical correction)”, and the like can be input.

予測補正モデルとして「上限モデル」が入力されると、継承元のアイテムが在庫限りのアイテムであることを設定し、「直線近似モデル(直線補正)」、「2次曲線モデル(2次曲線補正)」、「楕円モデル(楕円補正)」が入力されると、継承元のアイテムが在庫限りのアイテムではないが販売終了予定のアイテムであることを設定する。これは、本発明の設定手段の適用例である。   When “upper limit model” is input as the prediction correction model, it is set that the item of inheritance is an item as long as it is in stock, and “linear approximation model (linear correction)”, “quadratic curve model (quadratic curve correction)” ) ”And“ ellipse model (elliptical correction) ”, it is set that the inheritance source item is not a limited item but is an item scheduled to be discontinued. This is an application example of the setting means of the present invention.

「補正開始」707には、「予測補正モデル」706に、「上限モデル」、「直線近似モデル(直線補正)」、「2次曲線モデル(2次曲線補正)」、「楕円モデル(楕円補正)」などの予測補正モデルが入力された場合、いつからの予測値を補正するのかを示す補正開始時点の日時(時間)情報を入力することができる。 "Start correction" 707 includes "Prediction correction model" 706, "Upper limit model", "Linear approximation model (Linear correction)", "Secondary curve model (Secondary curve correction)", "Ellipse model (Ellipse correction)" When a prediction correction model such as “)” is input, it is possible to input date and time (time) information at the start of correction indicating when the predicted value is to be corrected.

また、「補正終了」708には、予測補正モデルが入力された場合、いつまでの予測値を補正するのかを示す補正終了時点の日時(時間)情報を入力することができる。 Further, in the “end of correction” 708, when a prediction correction model is input, date / time (time) information at the end of correction indicating how long the predicted value is corrected can be input.

図7の画面ではアイテムごとに予測モデルを設定できるようになっているが、その他の例としてはアイテムごとではなく、アイテムのカテゴリ(種別)ごとに設定できる画面や、指定条件に従って各アイテムに予測モデルパラメータを設定する機能などが考えられる。   In the screen of FIG. 7, a prediction model can be set for each item. As another example, instead of each item, a screen that can be set for each item category (type) and prediction for each item according to the specified conditions Possible functions include setting model parameters.

このように、図7の画面を介して、ユーザにより、アイテム、実績参照期間、予測モデル、パラメータ、予測補正モデル、補正期間の入力を受け付け、保存ボタン709がユーザにより押下されると、これら入力を受け付けた情報を設定して(ステップS301)、予測モデルDB105にその設定内容を記憶する。   As described above, when the user accepts the input of the item, the result reference period, the prediction model, the parameter, the prediction correction model, and the correction period via the screen of FIG. 7 and the save button 709 is pressed by the user, these inputs are made. Is set (step S301), and the setting contents are stored in the prediction model DB 105.

以上の通り、ステップS301で、図6の画面を介して入力を受け付けた情報(継承情報)、及び、図7の画面を介して入力を受け付けた情報(予測モデルパラメータなどを設定情報)を設定する。   As described above, in step S301, the information (inheritance information) received via the screen of FIG. 6 and the information received via the screen of FIG. 7 (setting information such as prediction model parameters) are set. To do.

次に、ステップS302において、継承情報に示される各アイテム間の継承関係から、各アイテムについて実行する予測処理の実行順番を決定する。   Next, in step S302, the execution order of the prediction process executed for each item is determined from the inheritance relationship between the items indicated in the inheritance information.

ステップS302での順番の決定処理について、図5を用いて詳しく説明する。   The order determination process in step S302 will be described in detail with reference to FIG.

図5は継承情報を表す図であり、この継承情報をもとに予測実行順が決定できる。予測実行順は継承元のアイテムほど早く実行する必要があるので、図5の最も右端の継承元アイテムの順番が早くなる。   FIG. 5 is a diagram showing inheritance information, and the prediction execution order can be determined based on this inheritance information. Since the prediction execution order needs to be executed earlier as the inheritance source item, the order of the rightmost inheritance source item in FIG. 5 becomes earlier.

第1段階として予測を実行する必要があるのが、A001、A003、A002、B191のアイテムである。   It is items A001, A003, A002, and B191 that need to be predicted as the first stage.

これらは、継承先アイテムにはならない継承元アイテムであるため、最も初期の段階で予測を実行する必要がある。これらのアイテムの予測実行順を1とする。なお、同じ予測実行順のアイテムの中ではどのアイテムから実行しても構わない。   Since these are inheritance source items that do not become inheritance destination items, it is necessary to perform prediction at the earliest stage. The prediction execution order of these items is 1. In addition, you may perform from any item in the items of the same prediction execution order.

次に実行する必要があるアイテムは、予測実行順が1のアイテムを継承元アイテムとし、該継承元アイテムに対する継承先アイテムである。つまり、A006、A201、B199である。   The item that needs to be executed next is an inheritance-destination item for the inheritance-source item, with the item having a prediction execution order of 1 as the inheritance-source item. That is, A006, A201, and B199.

なお、A101は、このアイテムの継承元であるA006の実行順が決定してないため、まだ実行順は決定できない。つまり、あるアイテムの継承元アイテムのすべての実行順が決定しないとそのアイテムの実行順は決定できないことになる。ここで、A006、A201、B199のアイテムの予測実行順を2とする。   Since the execution order of A006, which is the inheritance source of this item, has not been determined for A101, the execution order cannot be determined yet. In other words, the execution order of the items cannot be determined unless all the execution orders of the inheritance source items of the item are determined. Here, it is assumed that the prediction execution order of the items A006, A201, and B199 is 2.

最後に、A101の予測実行順が3になる。A101のすべての継承元アイテムの予測実行順が決定しているため、A101の予測実行順が決定できる。A101のすべての継承元アイテムのうち、もっとも実行順の値が大きいものの次になる。A006の予測実行順が2であるため、A101の予測実行順は2+1の3になる。   Finally, the prediction execution order of A101 is 3. Since the prediction execution order of all inheritance source items of A101 is determined, the prediction execution order of A101 can be determined. Of all inheritance source items of A101, the item with the largest execution order value is next. Since the prediction execution order of A006 is 2, the prediction execution order of A101 is 2 + 1, 3.

なお、継承先でも継承元でもないアイテム、つまり、継承情報にないアイテムはいつ実行しても問題がないため、予測実行順はどれでも構わない。ただし、継承先アイテム、継承元アイテムと区別するため、ここでは予測実行順を0とする。   Note that items that are neither the inheritance destination nor the inheritance source, that is, items that are not in the inheritance information can be executed at any time, and therefore, the prediction execution order does not matter. However, in order to distinguish from the inheritance destination item and the inheritance source item, the prediction execution order is set to 0 here.

このように、ステップS302において、継承情報に示される各アイテム間の継承関係から、各アイテムについて実行する予測処理の実行順番を決定する。   As described above, in step S302, the execution order of the prediction process executed for each item is determined from the inheritance relationship between the items indicated in the inheritance information.

次に、ステップS303において、ステップS302にて決定した予測実行順に従って、ステップS301で設定され、継承情報DB104、予測モデルDB105に記憶された情報(予測モデルなど)と、実績DB106に記憶された実績値とを用いて、各アイテムについての予測処理を1件ずつ実行する。ステップS303の予測処理の詳細処理については、図4を用いて、後で説明する。   Next, in step S303, according to the prediction execution order determined in step S302, the information (prediction model etc.) set in step S301 and stored in the inheritance information DB 104 and the prediction model DB 105, and the results stored in the result DB 106. Using the value, the prediction process for each item is executed one by one. Detailed processing of the prediction processing in step S303 will be described later with reference to FIG.

次に、ステップS304において、ステップS303で実行された予測処理により得られた予測値を、予測結果DB107から読み出して、ディスプレイ210に表示する表示処理を行う。   Next, in step S304, the prediction value obtained by the prediction process executed in step S303 is read from the prediction result DB 107 and displayed on the display 210.

ここでは、ディスプレイ210に表示する例を示しているが、プリンタなどに、該予測値を印刷させるべく出力するようにしてもよい。ステップ304は、本発明の予測データを出力する出力手段の適用例である。   Here, an example of display on the display 210 is shown, but the predicted value may be output to be printed by a printer or the like. Step 304 is an application example of output means for outputting prediction data of the present invention.

ステップS304に表示される予測値、及びその時系列のグラフの例として、図10、図11、図12、図15、図16、図19、図20、図21を示す。   FIG. 10, FIG. 11, FIG. 12, FIG. 15, FIG. 16, FIG. 19, FIG. 20, and FIG. 21 are shown as examples of the predicted values displayed in step S304 and their time series graphs.

次に、図4を用いて、図3のステップS303の予測処理の詳細処理について説明する。   Next, the detailed process of the prediction process of step S303 of FIG. 3 is demonstrated using FIG.

図4は、図3のステップS303の予測処理の詳細処理を示すフローチャートである。   FIG. 4 is a flowchart showing detailed processing of the prediction processing in step S303 of FIG.

図4に示す各ステップの処理は、情報処理装置100のCPU201により実行され実現される。   The processing of each step illustrated in FIG. 4 is executed and realized by the CPU 201 of the information processing apparatus 100.

まず、ステップS401において、各アイテムのうち、ステップS302で決定された順番に予測処理を行うアイテムを処理対象とする。すなわち、予測実行順:0、1、2、3、・・・のアイテムの順番で処理対象と設定される。   First, in step S401, among the items, items for which prediction processing is performed in the order determined in step S302 are set as processing targets. That is, the processing target is set in the order of items in the predicted execution order: 0, 1, 2, 3,.

まず、現在処理対象のアイテムが、継承元アイテムのあるアイテムであるか(継承先アイテムであるか)否かを、各アイテムの継承情報から特定される継承関係(図5)から判定する。   First, it is determined from the inheritance relationship (FIG. 5) specified from the inheritance information of each item whether or not the item currently being processed is an item with an inheritance source item (whether it is an inheritance destination item).

ここで、継承先アイテムであるか、そうでないアイテムかによって予測する方法が異なるので、このステップにて、どちらの方法で実施するかを振り分ける。   Here, the prediction method differs depending on whether the item is an inheritance item or an item that is not, so in this step, which method is to be performed is assigned.

そして、継承元アイテムのあるアイテムではない(継承先アイテムではない)と判定された場合(NO)、現在処理対象のアイテムの過去の実績値から、ステップS301で設定された情報(予測モデルなど)に従って、将来の予測値を算出して、予測結果DB107に記憶する(ステップS407)。   And when it determines with it not being an item with an inheritance origin item (it is not an inheritance destination item) (NO), information (prediction model etc.) set by step S301 from the past track record value of the item currently processed. Thus, a future predicted value is calculated and stored in the prediction result DB 107 (step S407).

すなわち、ステップS407では、記憶手段に記憶された前記継承元のアイテムの実績データに従って、継承元のアイテムについての予測データを算出する(第2の算出手段)。   That is, in step S407, prediction data for the inheritance source item is calculated according to the result data of the inheritance source item stored in the storage means (second calculation means).

ステップS407の詳細処理については、図13、及び図17を用いて、後で説明する。   Detailed processing in step S407 will be described later with reference to FIGS.

そして、ステップS407で予測値を算出すると、処理をステップS408に戻す。   When the predicted value is calculated in step S407, the process returns to step S408.

ステップS401において、現在処理対象のアイテムが、継承元アイテムのある(継承元アイテムを持つ)アイテムである(継承先アイテムである)と判定された場合(YES)、継承関係(図5)から、ステップS401で、継承元のアイテムがあると判定された全ての(1又は複数の)継承元アイテムについての過去の実績値を実績DB106から取得する(ステップS402)。   In step S401, if it is determined that the item currently being processed is an item that has an inheritance source item (has an inheritance source item) (is an inheritance destination item) (YES), from the inheritance relationship (FIG. 5), In step S401, the past performance values for all (one or more) inheritance source items determined to have an inheritance source item are acquired from the performance DB 106 (step S402).

そして、現在処理対象のアイテムの過去の実績値を実績DB106から取得して、実績値の単位期間(ここでは各月)ごとに、当該取得した現在処理対象のアイテムの過去の実績値に、ステップS402で取得した継承元アイテムについての過去の実績値を加算して、現在処理対象のアイテムの実績値の単位期間ごとの過去の実績値を補正する(ステップS403)。そして、この補正により得られた過去の実績値を、補正実績データとも言う。   Then, the past actual value of the item currently being processed is acquired from the actual result DB 106, and for each unit period (here, each month) of the actual value, the acquired past actual value of the item currently being processed is stepped. The past actual value for the inheritance source item acquired in S402 is added to correct the past actual value for each unit period of the actual value of the item currently being processed (step S403). And the past performance value obtained by this correction | amendment is also called correction | amendment performance data.

また、ステップS403では、現在処理対象のアイテムとそのアイテムの継承元のアイテムについて、図6の画面にて設定された「継承比率」を用いて、各月(実績値の期間の単位)ごとの補正実績データを作成する。   Also, in step S403, for each item (unit of period of actual value), using the “inheritance ratio” set in the screen of FIG. Create corrected performance data.

例えば、現在処理対象のアイテムがA201で、継承元アイテムがA002の場合、以下の式に、A201の実績値(過去実績)、A002の実績値(過去実績)、継承比率を代入することで、A201の補正実績データ(A201の補正実績)を算出することができる。また、ここで算出される補正実績データは、各月ごとに算出して作成する。   For example, when the item to be processed is A201 and the inheritance source item is A002, by substituting the actual value of A201 (past performance), the actual value of A002 (past performance), and the inheritance ratio into the following formula: The correction result data of A201 (the correction result of A201) can be calculated. Further, the corrected performance data calculated here is calculated and created for each month.

A201の補正実績=A201の過去実績+A002の過去実績×継承比率   A201 correction results = A201 past results + A002 past results × succession ratio

ここで、実績値の単位期間(ここでは各月)ごとに、算出された補正実績データ(補正実績)を時系列に表示したグラフを図9に示す。   Here, FIG. 9 shows a graph in which the calculated corrected performance data (corrected performance) is displayed in time series for each unit period (here, each month) of the actual value.

図9は、単位期間(ここでは各月)ごとに、算出された補正実績データ(補正実績)を時系列に表示したグラフの一例である。   FIG. 9 is an example of a graph in which calculated correction performance data (correction performance) is displayed in time series for each unit period (here, each month).

図9には、ステップS403で得られる、単位期間(ここでは各月)ごとに、継承元アイテムであるA002の実績値と、継承先アイテムであるA201の実績値との合計の値をプロットしている。   In FIG. 9, the total value of the actual value of A002, which is the inheritance source item, and the actual value of A201, which is the inheritance destination item, is plotted for each unit period (here, each month) obtained in step S403. ing.

次に、ステップS404において、ステップS403で生成した補正実績データと、図3のS301にて設定された予測モデルや予測モデルパラメータなどを用いて、現在処理対象のアイテムについての予測値を算出する。   Next, in step S404, a prediction value for the item currently being processed is calculated using the correction result data generated in step S403 and the prediction model and prediction model parameters set in step S301 in FIG.

すなわち、ここでは、記憶手段に記憶された継承元のアイテムの実績データと、継承先のアイテムの実績データとの組み合わせに従って、継承先と継承元のアイテムについての予測データを算出する(第1の算出手段)。   That is, here, prediction data for the inheritance destination and the inheritance source item is calculated according to the combination of the performance data of the inheritance source item stored in the storage means and the performance data of the inheritance destination item (first Calculation means).

次に、ステップS405において、現在処理対象のアイテムに対する継承元アイテムについての予測値を予測結果DB107から取得する(ステップS405)。すなわち、ここで取得する予測値は、ステップS407で、継承元のアイテムの実績データに従って算出された継承元のアイテムについての予測データである。   Next, in step S405, a predicted value for the inheritance source item for the item currently being processed is acquired from the prediction result DB 107 (step S405). That is, the predicted value acquired here is the predicted data for the inheritance source item calculated according to the result data of the inheritance source item in step S407.

そして、ステップS406において、ステップS404で算出された各月の(各単位期間の)予測値から、ステップS405で予測された各月の(各単位期間の)予測値を差し引いて、現在処理対象のアイテム(継承先のアイテム)についての各月の(各単位期間の)予測値を算出して、予測結果DB107に記憶する。   In step S406, the predicted value for each month (for each unit period) predicted in step S405 is subtracted from the predicted value for each month (for each unit period) calculated in step S404 to obtain the current processing target. A predicted value (for each unit period) of each month for the item (inherited item) is calculated and stored in the prediction result DB 107.

例えば、現在処理対象のアイテムがA201の場合、以下の式に、A201の補正実績データ(A201の補正実績)、継承元アイテムであるA002の予測値(予測結果)、継承比率を代入することで、A201の予測結果(予測値)を算出することができる。また、ここで算出される予測値(予測データとも言う)は、各月ごとに算出して生成される。   For example, when the current processing target item is A201, by substituting the correction result data of A201 (correction result of A201), the predicted value (prediction result) of A002 that is the inheritance source item, and the inheritance ratio into the following equation: , A201 prediction result (predicted value) can be calculated. Further, the predicted value (also referred to as predicted data) calculated here is calculated and generated for each month.

A201の予測結果=A201の補正実績から計算した予測結果−A002の予測結果×継承比率   A201 prediction result = A201 prediction result calculated from the correction result of A201−A002 prediction result × inheritance ratio

次に、ステップS408において、ステップS302で決定された順番に従って、次のアイテムがあるか否かを判定し、次のアイテムがあると判定された場合は(YES)、当該次のアイテムを処理対象として、処理をステップS401に戻す。一方、次のアイテムがないと判定された場合は、予測処理を終了して、ステップS304に移行する。   Next, in step S408, it is determined whether there is a next item according to the order determined in step S302. If it is determined that there is a next item (YES), the next item is processed. Then, the process returns to step S401. On the other hand, if it is determined that there is no next item, the prediction process is terminated, and the process proceeds to step S304.

次に、図4の処理の具体例について、以下に説明する。   Next, a specific example of the processing of FIG. 4 will be described below.

まず、予測実行順が0である、継承情報にないアイテムに関しては、ステップS401において、継承元がないアイテムになるので、ステップS407の処理に移る。   First, with respect to an item not in the inheritance information for which the prediction execution order is 0, since the item has no inheritance source in step S401, the process proceeds to step S407.

S407では、このアイテムの過去の出庫実績を参照して指定された予測モデルとそのパラメータを使用して予測結果を計算する。そして、S408にて、次のアイテムがあればS401に戻り、次のアイテムの予測を実行する。   In S407, a prediction result is calculated using the prediction model and its parameters specified with reference to the past shipping results of this item. In S408, if there is a next item, the process returns to S401, and the next item is predicted.

次に、予測実行順が1のアイテムの処理について説明する。予測実行順が1のアイテムは継承先ではなく、継承元であるアイテムになるため、S407のステップで予測を実施し、先ほどの実行順が0のアイテムと同様の処理になる。   Next, processing of an item whose prediction execution order is 1 will be described. Since the item whose prediction execution order is 1 is not the inheritance destination but the item that is the inheritance source, the prediction is performed in step S407, and the same processing as the item whose execution order is 0 is performed.

次に、予測実行順が2以上のアイテムの処理について説明する。これらのアイテムは継承元アイテムがあるため、S401において、S402の処理へ移ることが決まる。   Next, processing of items whose prediction execution order is two or more will be described. Since these items have inheritance source items, it is determined in S401 that the process proceeds to S402.

S402以降の処理に関しては、図5のアイテムA002(505)とA201(506)を例に説明する。A002は、予測実行順が1であるため、上述の通り、既にステップS407にて予測処理は実行済みである。A201は、予測実行順が2であるため、A201を中心に説明を進める。   Regarding the processing after S402, items A002 (505) and A201 (506) in FIG. 5 will be described as an example. Since the prediction execution order of A002 is 1, as described above, the prediction process has already been executed in step S407. Since A201 has a prediction execution order of 2, the description will proceed centering on A201.

図8は、2008年1月から2010年12月までの36ヶ月間の継承元アイテムA002と継承先アイテムA201の月次販売量データ(実績値を時系列に集計した時系列データ)の例である。   FIG. 8 is an example of monthly sales data (time series data obtained by totaling actual values in time series) of the inheritance source item A002 and the succession destination item A201 for 36 months from January 2008 to December 2010. is there.

図9は、図8の時系列データをグラフ化したものである。   FIG. 9 is a graph of the time series data of FIG.

継承元アイテムA002、継承先アイテムA201、及びそれらの合計値をグラフで表示している。   The inheritance source item A002, the inheritance destination item A201, and their total value are displayed in a graph.

継承先アイテムA201の出庫実績は2010年11月から出庫実績量が出始めていて、継承元アイテムA002は2010年11月から出庫実績量が少なくなってきていることがわかる。なお、グラフでみると一目瞭然だが、継承元アイテムA002と継承先アイテムA201の合計の出庫実績量は傾向があることがわかる。   It can be seen that the delivery record amount of the inheritance destination item A201 has started to be issued from November 2010, and that the inheritance source item A002 has decreased the delivery record amount from November 2010. In addition, although it is clear at a glance when seen in the graph, it can be seen that the total amount of issued goods of the inheritance source item A002 and the inheritance destination item A201 has a tendency.

次に、ステップS402において、継承元のA002の過去実績データを取得する。ステップS403において、継承先のA201の過去実績にA002の過去実績を加算してA201の補正実績を作成する。この際、継承設定画面にて設定した継承比率を用いて、下記式にてA201の補正実績を各月ごとに作成する。なお、A201の補正実績が図9の合計のグラフである。   Next, in step S402, the past result data of A002 as the inheritance source is acquired. In step S403, the past record of A002 is added to the past record of A201 as the inheritance destination to create a corrected record of A201. At this time, using the inheritance ratio set on the inheritance setting screen, the correction result of A201 is created for each month by the following formula. In addition, the correction performance of A201 is the total graph of FIG.

A201の補正実績=A201の過去実績+A002の過去実績×継承比率   A201 correction results = A201 past results + A002 past results × succession ratio

次に、ステップS404において、ステップS403で作成した補正実績を用いて、指定された予測モデルとそのパラメータにて予測を実行する。   Next, in step S404, prediction is executed using the specified prediction model and its parameters using the correction results created in step S403.

図10は、継承先のアイテムA201の補正実績値と、その補正実績値を用いた予測結果とを時系列で表したグラフの一例である。   FIG. 10 is an example of a graph in which the corrected actual value of the inherited item A201 and the prediction result using the corrected actual value are represented in time series.

次に、ステップS405において、継承元のA002の既に実行済みの予測結果を取得する。図11は、継承元アイテムA002の予測結果のグラフである。   Next, in step S405, the already executed prediction result of the inheritance source A002 is acquired. FIG. 11 is a graph of the prediction result of the inheritance source item A002.

ステップS406において、S404にて計算した予測結果からS405にて取得した継承元アイテムA002の予測結果を差し引く。計算式は以下の通りである。   In step S406, the prediction result of the inheritance source item A002 acquired in S405 is subtracted from the prediction result calculated in S404. The calculation formula is as follows.

A201の予測結果=A201の補正実績から計算した予測結果−A002の予測結果×継承比率   A201 prediction result = A201 prediction result calculated from the correction result of A201−A002 prediction result × inheritance ratio

図12は、継承先のアイテムであるA201の過去実績(売上の実績値)と、予測結果とを時系列で表したグラフの一例である。   FIG. 12 is an example of a graph in which the past results (sales actual value) of A201, which is the inheritance destination item, and the prediction results are represented in time series.

このようにして、予測実行順が2以上のアイテムはS402〜S406のステップに従って予測を実行し、次のアイテムの予測処理へ移行し、最後のアイテムの予測終了後はS408にてすべてのアイテムの予測実行が完了したとなり、終了となる。以上の通り、予測処理の際に、ステップS405で、継承元アイテムの予測結果を参照するため、継承元アイテムから予測を実行する必要がある。   In this way, the items whose prediction execution order is two or more are predicted according to the steps of S402 to S406, the process proceeds to the prediction process for the next item, and after the prediction of the last item is completed, all items are predicted in S408. When the prediction execution is completed, the process ends. As described above, in the prediction process, in order to refer to the prediction result of the inheritance source item in step S405, it is necessary to perform prediction from the inheritance source item.

次に、図13を用いて、図4のステップS407の詳細処理について説明する。   Next, detailed processing in step S407 in FIG. 4 will be described with reference to FIG.

図13は、図4のステップS407の詳細処理のフローチャートの一例である。   FIG. 13 is an example of a flowchart of detailed processing in step S407 of FIG.

図3のステップS301で、図7の画面を介して、予測補正モデル706として、「なし」、「上限モデル」、「直線近似モデル(直線補正)」、「2次曲線モデル(2次曲線補正)」、「楕円モデル(楕円補正)」のいずれかが入力され、各アイテムについて予測補正モデル706が設定されている。   In step S301 of FIG. 3, “None”, “Upper limit model”, “Linear approximation model (Linear correction)”, “Secondary curve model (Secondary curve correction) are selected as the prediction correction model 706 via the screen of FIG. ) ”Or“ ellipse model (elliptical correction) ”is input, and a prediction correction model 706 is set for each item.

ステップS407では、現在、処理対象のアイテムについて、どの予測補正モデルが設定されているかを判定し、その判定結果に応じて、ステップS407で実行する予測処理の方法を切り替えて実行する。   In step S407, it is determined which prediction correction model is currently set for the item to be processed, and the prediction processing method executed in step S407 is switched and executed according to the determination result.

図13は、図7の画面を介して、予測補正モデル706として、「直線近似モデル(直線補正)」、「2次曲線モデル(2次曲線補正)」、「楕円モデル(楕円補正)」のいずれかが設定されたと判定された場合に実行される処理のフローチャートである。   FIG. 13 shows “prediction model (straight line correction)”, “second-order curve model (second-order curve correction)”, and “elliptical model (elliptical correction)” as prediction correction models 706 via the screen of FIG. It is a flowchart of the process performed when it determines with either being set.

すなわち、図13に示す予測処理は、販売が終了することが決まった、継承元アイテムについての予測処理として実行される。   In other words, the prediction process shown in FIG. 13 is executed as a prediction process for an inheritance source item that has been determined to end sales.

また、図7の画面を介して、予測補正モデル706として、「なし」が設定されていると判定された場合は、後述するステップS1302からステップS1306の処理は実行せずに、ステップS1301の処理を実行する。   If it is determined that “None” is set as the prediction correction model 706 via the screen of FIG. 7, the processing of step S1301 is not performed without performing the processing of steps S1302 to S1306 described later. Execute.

図13に示す各ステップに示す処理は、情報処理装置100のCPU201により実行され実現される。   The process shown in each step shown in FIG. 13 is executed and realized by the CPU 201 of the information processing apparatus 100.

ます、ステップS1301では、図7の画面を介して、現在処理対象のアイテムについて、ステップS301で設定された予測モデルと、実績DB106から取得した当該アイテムについての実績値と、を用いて、予測値を算出する。   First, in step S1301, using the prediction model set in step S301 and the actual value for the item acquired from the actual DB 106 for the currently processed item, the predicted value is obtained via the screen of FIG. Is calculated.

次に、ステップS1302では、図7の画面を介して設定された予測補正モデル706から、図7で設定された補正開始時点707から補正終了時点708までの各時点の補正率を算出する。ここで算出された補正率は、外部メモリ211などの記憶手段に記憶する。また、算出された補正率は、本発明の補正情報の適用例である。   Next, in step S1302, the correction rate at each time point from the correction start point 707 to the correction end point 708 set in FIG. 7 is calculated from the prediction correction model 706 set via the screen in FIG. The correction factor calculated here is stored in a storage unit such as the external memory 211. The calculated correction factor is an application example of the correction information of the present invention.

そして、ステップS1303で、補正開始時点707を処理対象とする(変数iに0を代入する)。   In step S1303, the correction start time 707 is set as a processing target (0 is substituted into the variable i).

次に、ステップS1304で、現在処理対象としているステップS1301で算出された予測値に、ステップS1302で算出された補正率を乗算することで、補正予測値を算出し、これを、現在処理対象の時点の予測値とする。ここでは、各時点とは、例えば各月などの各単位期間を表している。   Next, in step S1304, a corrected predicted value is calculated by multiplying the predicted value calculated in step S1301, which is the current processing target, by the correction rate calculated in step S1302, and this is calculated as the current processing target. Use the predicted value at the time. Here, each time point represents each unit period such as each month, for example.

すなわち、ステップS1304で、現在処理対象としているステップS1301で算出された予測値を補正率により補正する処理を行う。ステップS1304は、本発明の補正手段の適用例である。   That is, in step S1304, a process of correcting the prediction value calculated in step S1301 that is currently processed by the correction factor is performed. Step S1304 is an application example of the correcting means of the present invention.

そして、ステップS1305において、図7で設定された補正開始時点707から補正終了時点708まで全ての時点についてのステップS1301で算出された予測値を補正したか否かを判定し、補正終了時点708まで全ての時点についての予測値を補正していない場合は(NO)、処理対象の時点を次の時点にして(iに1を加算して)(ステップ1306)、ステップS1304の処理を実行する。一方、補正終了時点708まで全ての時点についての予測値を補正した場合は(YES)、図11の処理を終了する。   In step S1305, it is determined whether or not the prediction values calculated in step S1301 for all time points from the correction start time point 707 to the correction end time point 708 set in FIG. When the predicted values for all the time points are not corrected (NO), the time point to be processed is set to the next time point (adding 1 to i) (step 1306), and the process of step S1304 is executed. On the other hand, when the prediction values for all the points up to the correction end point 708 are corrected (YES), the process of FIG. 11 is ended.

以下に、図11に示すフローチャートの具体例を説明する。   A specific example of the flowchart shown in FIG. 11 will be described below.

図8の継承元アイテムA002のデータを用いて説明する。   This will be described using the data of the inheritance source item A002 in FIG.

補正開始時点を2011年1月、補正終了時点を2011年5月とする。   The correction start time is January 2011, and the correction end time is May 2011.

ステップS301で、図7を介して、実績参照期間や予測モデルやパラメータなどをアイテムごとに設定する。ここでは、図11の処理を行うために、予測補正モデル、補正開始、補正終了などのパラメータの設定を行う。   In step S301, a result reference period, a prediction model, a parameter, and the like are set for each item via FIG. Here, in order to perform the processing of FIG. 11, parameters such as a prediction correction model, correction start, and correction end are set.

上述の通り、予測値を補正するための補正率の計算方法として、例えば、図14にある直線(直線補正)、2次曲線(2次曲線補正)、楕円曲線(楕円補正)などが考えられる。   As described above, for example, a straight line (straight line correction), a quadratic curve (quadratic curve correction), an elliptic curve (elliptic correction), or the like as shown in FIG. 14 can be considered as a correction factor calculation method for correcting the predicted value. .

図14は、各予測補正モデル(計算式)から得られる、補正開始時点(2010年11月)から補正終了時点(2012年5月)までの各時点の補正率を時系列に表したグラフの一例である。
具体例の説明として、ここでは直線補正を使用する。
FIG. 14 is a graph showing the correction rate at each point in time from the correction start point (November 2010) to the correction end point (May 2012), obtained from each prediction correction model (calculation formula). It is an example.
As a specific example, straight line correction is used here.

図15は、継承元のアイテムA002の実績値と、その実績値から算出された予測値と、その予測値を予測補正モデルにより補正して得られる予測値(補正予測値)とを時系列に表したグラフの一例である。   FIG. 15 shows, in time series, the actual value of the inheritance source item A002, the predicted value calculated from the actual value, and the predicted value (corrected predicted value) obtained by correcting the predicted value using the prediction correction model. It is an example of the represented graph.

図15において、予測としてプロットした値は、S1301にて計算した予測値である。   In FIG. 15, the values plotted as predictions are the prediction values calculated in S1301.

そして、予測補正方法が直線、補正開始時点が2011年1月、補正終了時点が2011年5月ということにより、S1302にて補正率を計算する。   Then, since the prediction correction method is a straight line, the correction start time is January 2011, and the correction end time is May 2011, the correction rate is calculated in S1302.

その補正率は、図14にあるY軸の値になる。   The correction rate is the Y-axis value shown in FIG.

そして、S1303〜S1305において、各月の予測値の補正を行う。   In S1303 to S1305, the predicted value for each month is corrected.

例えば、2011年2月の予測値である360に、当該月の補正率0.5をかけると、補正予測値として180を得る。このようにして、各月の予測補正率に予測値をかけて補正した補正予測値が、図15の補正予測に当たる。補正予測値が2011年5月の予測値がゼロになるように徐々に少なくなっていることがわかる。   For example, when 360, which is the predicted value for February 2011, is multiplied by the correction rate of 0.5, 180 is obtained as the corrected predicted value. In this way, the corrected predicted value corrected by multiplying the predicted correction rate for each month by the predicted value corresponds to the corrected prediction in FIG. It can be seen that the corrected predicted value gradually decreases so that the predicted value in May 2011 becomes zero.

このようにして、販売が終了することが決まった、継承元アイテムについての予測値を算出することができる。   In this way, it is possible to calculate the predicted value for the inheritance source item that has been determined to end selling.

そして、継承先アイテムについて、図4に示すステップS402からステップS406の処理を行い、継承先アイテムについての予測値を算出すると、すなわち、ステップS406で、ステップS404で算出された予測値から、図11の処理を実行することで、販売が終了することが決まった、継承元アイテムについての予測値を差し引いて、継承先アイテムの予測値を算出する。   Then, the process from step S402 to step S406 shown in FIG. 4 is performed for the inheritance destination item, and the prediction value for the inheritance destination item is calculated. That is, from the prediction value calculated in step S404 in step S406, FIG. By executing this process, the predicted value of the inheritance destination item is calculated by subtracting the predicted value of the inheritance source item that has been determined to end the sale.

このように、予測値を算出することで、予測精度を更に上げることが可能となる。   Thus, by calculating the predicted value, it is possible to further increase the prediction accuracy.

例えば、継承元アイテムA002の予測を図15のように行い、図10の継承先と継承元の合計実績の予測結果から継承元アイテムA002の予測結果を差し引いて求めた継承先アイテムA201の予測結果が図16のグラフに当たる。図12の予測結果と比較してもより精度があがったのがわかる。   For example, the prediction of the inheritance source item A201 is performed by performing the prediction of the inheritance source item A002 as shown in FIG. 15, and subtracting the prediction result of the inheritance source item A002 from the prediction result of the inheritance destination and the inheritance source in FIG. Corresponds to the graph of FIG. It can be seen that the accuracy is further improved compared with the prediction result of FIG.

図16は、継承先アイテムA201の予測値を時系列に表したグラフの一例である。   FIG. 16 is an example of a graph showing the predicted values of the inheritance item A201 in time series.

次に、図17を用いて、図4のステップS407の詳細処理について説明する。   Next, detailed processing in step S407 in FIG. 4 will be described with reference to FIG.

図17は、図4のステップS407の詳細処理のフローチャートの一例である。   FIG. 17 is an example of a flowchart of detailed processing in step S407 of FIG.

図3のステップS301で、図7の画面を介して、予測補正モデル706として、「なし」、「上限モデル」、「直線近似モデル(直線補正)」、「2次曲線モデル(2次曲線補正)」、「楕円モデル(楕円補正)」のいずれかが入力され、各アイテムについて予測補正モデル706が設定されている。   In step S301 of FIG. 3, “None”, “Upper limit model”, “Linear approximation model (Linear correction)”, “Secondary curve model (Secondary curve correction) are selected as the prediction correction model 706 via the screen of FIG. ) ”Or“ ellipse model (elliptical correction) ”is input, and a prediction correction model 706 is set for each item.

ステップS407では、現在、処理対象のアイテムについて、どの予測補正モデルが設定されているかを判定し、その判定結果に応じて、ステップS407で実行する予測処理の方法を切り替えて実行する。   In step S407, it is determined which prediction correction model is currently set for the item to be processed, and the prediction processing method executed in step S407 is switched and executed according to the determination result.

図17は、図7の画面を介して、予測補正モデル706として、「上限モデル」が設定されたと判定された場合に実行される処理のフローチャートである。   FIG. 17 is a flowchart of processing executed when it is determined that the “upper limit model” is set as the prediction correction model 706 via the screen of FIG. 7.

すなわち、図13に示す予測処理は、販売が終了することが決まった継承元アイテムであって、現在ある在庫を売りつくしたら販売終了となる継承元アイテムについての予測処理として実行される。   That is, the prediction process shown in FIG. 13 is executed as a prediction process for an inheritance source item whose sale has been determined to end, and which will be terminated when the current inventory is sold.

図17に示す各ステップに示す処理は、情報処理装置100のCPU201により実行され実現される。   The process shown in each step shown in FIG. 17 is executed and realized by the CPU 201 of the information processing apparatus 100.

まず、ステップS1701において、図7の画面を介して、現在処理対象のアイテムについて、ステップS301で設定された予測モデルと、実績DB106から取得した当該アイテムについての実績値と、を用いて、予測値を算出する。   First, in step S1701, using the prediction model set in step S301 and the actual value for the item acquired from the actual DB 106 for the currently processed item, the predicted value is obtained via the screen of FIG. Is calculated.

そして、ステップS1702において、予測の開始時点(予測時点)を処理対象とする。   In step S1702, the prediction start point (prediction point) is set as a processing target.

そして、ステップS1703において、現在処理対象の予測時点における予測上限値を算出する。具体的には、現在処理対象の予測時点の直前の時点における在庫数に、現在処理対象の予測時点に入庫予定の在庫数を加算することで得られる値を、現在処理対象の予測時点における予測上限値として算出する。   In step S1703, a prediction upper limit value at the prediction point of the current processing target is calculated. Specifically, the value obtained by adding the number of stocks scheduled to be received to the current processing target prediction time to the number of stocks immediately before the current processing target prediction time is used as the prediction at the current processing target prediction time. Calculate as the upper limit.

すなわち、予測時点の入庫予定の在庫数と、前の予測時点における在庫数とに従って、出庫可能な在庫数を示す予測上限値を算出する(上限値算出手段)。   That is, a predicted upper limit value indicating the number of stocks that can be issued is calculated according to the number of stocks scheduled to be stored at the predicted time point and the stock number at the previous predicted time point (upper limit value calculating means).

次に、現在処理対象の時点におけるステップS1701で算出された予測値が、ステップS1703で算出された上限予測値よりも大きい値であるか否かを判定し(ステップS1704)、現在処理対象の時点におけるステップS1701で算出された予測値が、ステップS1703で算出された上限予測値よりも大きい値であると判定されると(YES)、ステップS1703で算出された上限予測値を、ステップS1701で算出された予測値とする(ステップS1705)。一方、現在処理対象の時点におけるステップS1701で算出された予測値が、ステップS1703で算出された上限予測値以下の値であると判定された場合は(NO)、処理をステップS1706に移行する。   Next, it is determined whether or not the predicted value calculated in step S1701 at the current processing target time is larger than the upper limit predicted value calculated in step S1703 (step S1704). If it is determined that the predicted value calculated in step S1701 is larger than the upper limit predicted value calculated in step S1703 (YES), the upper limit predicted value calculated in step S1703 is calculated in step S1701. It is set as the predicted value (step S1705). On the other hand, if it is determined that the predicted value calculated in step S1701 at the time of the current processing target is not more than the upper limit predicted value calculated in step S1703 (NO), the process proceeds to step S1706.

ステップS1704は、ステップS1703で算出された予測上限値が、ステップS1701で算出された予測データを超えるかを判定する(判定手段)。   In step S1704, it is determined whether the prediction upper limit value calculated in step S1703 exceeds the prediction data calculated in step S1701 (determination means).

ステップS1705の処理を実行すると、処理をステップS1706に移行する。   When the process of step S1705 is executed, the process proceeds to step S1706.

そして、ステップS1706において、予測開始時点から予測終了時点までの全ての時点についてステップS1703からステップS1705の処理を行ったか否かを判定し、予測開始時点から予測終了時点までの全ての時点について処理を行ったと判定された場合は(YES)、図17の処理を終了し、まだ、処理を行っていない時点があると判定された場合は(NO)、処理対象を次の時点にして(iに1を加算して)(ステップS1701)、処理をステップS1703に戻す。   In step S1706, it is determined whether or not the processing from step S1703 to step S1705 has been performed for all time points from the prediction start time point to the prediction end time point, and processing is performed for all time points from the prediction start time point to the prediction end time point. When it is determined that the process has been performed (YES), the process of FIG. 17 is terminated. When it is determined that there is a time point when the process has not yet been performed (NO), the processing target is set to the next time point (i. 1 is added (step S1701), and the process returns to step S1703.

次に、図17に示すフローチャートの具体例を説明する。   Next, a specific example of the flowchart shown in FIG. 17 will be described.

図5の継承元アイテムA002のデータを用いて説明する。   This will be described using the data of the inheritance source item A002 in FIG.

ステップS1701では、上述した通り、現在処理対象のアイテム(例えば継承元アイテムA002)について、ステップS301で設定された予測モデルと、実績DB106から取得した当該アイテムについての実績値と、を用いて、予測値を算出する。   In step S1701, as described above, prediction is performed using the prediction model set in step S301 and the actual value for the item acquired from the actual DB 106 for the item currently processed (for example, the inheritance source item A002). Calculate the value.

図18は、継承元のアイテムA002の、2010年12月の実績(実績値)と、2011年1月以降の予測(予測値)と、2010年12月末の在庫(在庫数)と、2011年1月以降の入庫予定(入庫予定値)とを時系列に表したデータテーブルの一例である。   FIG. 18 shows the performance (actual value) in December 2010, the forecast (predicted value) after January 2011, the stock (number of stock) at the end of December 2010, and 2011 It is an example of the data table which represented the warehousing schedule (stock warehousing value) after January in time series.

ステップS1701で算出された各時点の予測値(2011年1月〜6月の予測値)は、図18のデータテーブルに格納されている。   The predicted values (predicted values from January to June 2011) calculated at step S1701 are stored in the data table of FIG.

まず、ステップS1702で、処理対象を2011年1月の時点とし、この時点から処理を開始する。   First, in step S1702, the processing target is set to the time of January 2011, and the processing is started from this time.

次に、ステップS1703において、2011年1月の予測上限値を計算する。   Next, in step S1703, a predicted upper limit value for January 2011 is calculated.

予測上限値は、現在処理対象の月に販売のない場合の該月末の在庫量分になる。すなわち、予測上限値は、先月末の在庫量(在庫)に当月の入庫量(入庫予定)を足した値になる。そのため、2010年12月末の在庫量200に、2011年1月の入庫予定数150を足した値(350)が、2011年1月の予測上限値となる。   The predicted upper limit value is the stock amount at the end of the month when there is no sale in the current month to be processed. In other words, the predicted upper limit value is a value obtained by adding the stock amount (stock) at the end of last month to the stock amount (scheduled stock) of the current month. Therefore, a value (350) obtained by adding the stock quantity 200 at the end of December 2010 to the planned number of goods received 150 in January 2011 becomes the predicted upper limit value in January 2011.

そして、ステップS1704での判定処理では、2011年1月の予測値が310であり、この値は予測上限値(350)以下の値であると判定し、ステップS1705で2011年1月の予測値310を補正予測値(補正予測)とする。   In the determination process in step S1704, the predicted value for January 2011 is 310, and this value is determined to be a value equal to or lower than the predicted upper limit (350). In step S1705, the predicted value for January 2011 is determined. 310 is a corrected predicted value (corrected prediction).

このようにして算出された予測上限値、及び補正予測値を、図18に追加登録したデータテーブルが、図19のテーブルである。   The data table in which the prediction upper limit value calculated in this way and the corrected prediction value are additionally registered in FIG. 18 is the table in FIG.

図19は、継承元のアイテムA002の2010年12月の実績値と、2011年1月以降の予測値と、2010年12月末の在庫数(実績値)と、2011年1月以降の入庫予定値と、2011年1月以降の予測上限値と、2011円1月以降の補正予測値とを時系列に表したデータテーブルの一例である。
説明に戻る。
FIG. 19 shows the actual value of item A002 as the inheritance source in December 2010, the predicted value after January 2011, the number of stocks (actual value) at the end of December 2010, and the scheduled arrival of goods after January 2011 It is an example of the data table which represented the value, the prediction upper limit value after January, 2011, and the correction | amendment prediction value after January, 2011 yen in time series.
Return to explanation.

次に、ステップ135で予測終了時点(2011年6月)まで処理を行っていないと判定され、翌月の2011年2月を処理対象とし(ステップS1707)、ステップS1703に戻る。   Next, it is determined in step 135 that the process has not been performed until the prediction end point (June 2011), and the next month, February 2011, is set as the process target (step S1707), and the process returns to step S1703.

次に、ステップS1703で、2011年2月の予測上限値を計算する。   Next, in step S1703, a predicted upper limit value for February 2011 is calculated.

具体的には、「2010年12月末の在庫量(200)+2011年1月の入庫予定量(150)−2011年1月の補正予測値(310)」を計算することで、2011年1月末の在庫予定量が40と計算される。   Specifically, by calculating “stock quantity at end-December 2010 (200) + estimated warehousing quantity in January 2011 (150) −corrected forecast value in January 2011 (310)”, the end of January 2011 Is calculated to be 40.

そして、上述した処理と同様に、「2011年1月末の在庫量(40)+2011年2月の入庫予定量(100)」を計算することにより、2011年2月の予測上限値(140)が得られる。   Then, similarly to the above-described processing, by calculating “stock quantity at the end of January 2011 (40) + stock receipt quantity in February 2011 (100)”, the forecast upper limit value (140) for February 2011 is calculated. can get.

次に、ステップS1704において、2011年2月の予測値(363)が、2011年2月の予測上限値(140)よりも大きいと判定し、ステップS1705において、2011年2月の予測補正値は予測上限値である140となる。   Next, in step S1704, it is determined that the predicted value (363) in February 2011 is larger than the predicted upper limit value (140) in February 2011. In step S1705, the predicted correction value in February 2011 is The prediction upper limit value is 140.

このような処理を各月ごとに行い、各月の予測値を補正する。その結果が図20にある補正予測の行の値である。図20は補正予測値をグラフで表したものである。   Such processing is performed for each month, and the predicted value for each month is corrected. The result is the value of the corrected prediction row in FIG. FIG. 20 is a graph showing the corrected predicted value.

ここで、ステップS1701で算出された継承元アイテムA002の予測値が、ステップS1704、ステップS1705で補正された補正予測値が、継承元アイテムA002の予測値として、後の処理で、用いられることとなる。   Here, the predicted value of the inheritance source item A002 calculated in step S1701 is used in the subsequent processing as the predicted prediction value corrected in step S1704 and step S1705 as the predicted value of the inheritance source item A002. Become.

このようにして、現在ある在庫を売りつくしたら販売終了となる継承元アイテムについての予測値を算出することができる。   In this way, it is possible to calculate a predicted value for an inheritance source item that will be discontinued if the current inventory is sold.

そして、継承先アイテムについて、図4に示すステップS402からステップS406の処理を行い、継承先アイテムについての予測値を算出する。すなわち、ステップS406で、ステップS404で算出された予測値から、図17の処理を実行することで得られる、現在ある在庫を売りつくしたら販売終了となる継承元アイテムについての予測値を、差し引いて、継承先アイテムの予測値を算出する。   And the process of step S402 to step S406 shown in FIG. 4 is performed about an inheritance destination item, and the predicted value about an inheritance destination item is calculated. That is, in step S406, the prediction value for the inheritance source item that will be sold out when the current inventory is sold is obtained by subtracting the prediction value calculated in step S404 from the prediction value in step S404, Calculate the predicted value of the inheritance item.

このようにして、継承先アイテムについての予測値を算出することで、予測精度を更に上げることが可能となる。   Thus, by calculating the predicted value for the inheritance item, it is possible to further increase the prediction accuracy.

継承先アイテムの実績値と継承元アイテムの実績値の合計値を用いて予測を行って得られた継承先アイテムと継承元アイテムの合計の予測値をプロットした図10のグラフの各時点の予測値から、図20の継承元アイテムA002の各時点の補正予測値を差し引いた値が、継承先アイテムA201の各時点の予測値(予測結果)になる。   Prediction at each time point in the graph of FIG. 10 in which the predicted value of the total of the inheritance destination item and the inheritance source item obtained by performing prediction using the total value of the actual value of the inheritance destination item and the actual value of the inheritance source item is plotted. The value obtained by subtracting the corrected predicted value at each time point of the inheritance source item A002 in FIG. 20 from the value becomes the predicted value (prediction result) at each time point of the inheritance destination item A201.

図21は、継承先アイテムA201の予測を行った結果、得られる継承先アイテムA201の予測値を時系列にプロットしたグラフである。   FIG. 21 is a graph in which predicted values of the inheritance destination item A201 obtained as a result of the prediction of the inheritance destination item A201 are plotted in time series.

つまり、継承先アイテムと継承元アイテムとの全体では図10の販売予測になり、継承元アイテムは在庫がある分だけを売り切り、その残りをリニューアル後の新製品である継承先アイテムを売るということを示している。   In other words, the inheritance destination item and the inheritance source item as a whole are sold as shown in FIG. 10, and the inheritance source item is sold out as much as it is in stock, and the remainder is sold as a new product after renewal. Is shown.

以上、本発明によれば、継承元アイテムと継承先アイテムの実績データに従って得られる予測結果と、継承元アイテムの実績データに従って得られる継承元アイテムの予測結果とに従って、継承先アイテムの予測データを算出することにより、継承先アイテムの予測データの予測精度を向上させることが出来る。   As described above, according to the present invention, the prediction data of the inheritance destination item is obtained according to the prediction result obtained according to the performance data of the inheritance source item and the succession destination item, and the prediction result of the inheritance source item obtained according to the performance data of the inheritance source item. By calculating, the prediction accuracy of the prediction data of the inheritance item can be improved.

また、本発明によれば、リニューアル前品とリニューアル後品の継承情報をもとにリニューアル前品の予測結果を参照することにより、リニューアル後品の予測精度を向上させることができる。   Further, according to the present invention, the prediction accuracy of the product after the renewal can be improved by referring to the prediction result of the product before the renewal based on the inheritance information of the product before the renewal and the product after the renewal.

上述のように、リニューアル前と後の商品の紐づけを行い、その紐づけ情報(継承情報)を用い、リニューアル後商品の過去実績にリニューアル前の商品の実績を取り入れることにより、欠けていた実績情報を補うことができる。リニューアル後の商品の予測において、リニューアル前と後の実績合計をもとに予測することにより、リニューアル前と後の全体の予測を実施することができる。   As mentioned above, the past performance of the product before and after the renewal is used, and the past information of the product before the renewal is incorporated into the past performance of the product after the renewal using the association information (inherited information). Information can be supplemented. In the prediction of the product after the renewal, it is possible to carry out the overall prediction before and after the renewal by making a prediction based on the total results before and after the renewal.

さらに、この予測結果からリニューアル前の予測結果を差し引くことにより、リニューアル後の商品の予測結果を導出することができる。   Further, by subtracting the prediction result before the renewal from the prediction result, the prediction result of the product after the renewal can be derived.

ただし、リニューアル後の商品の予測を実施する前に、リニューアル前の予測結果を確定する必要があるため、事前に予測を実施する順番を決めておく。   However, since it is necessary to determine the prediction result before the renewal before performing the prediction of the product after the renewal, the order of performing the prediction is determined in advance.

また、リニューアル前の商品の終売傾向(徐々に売り上げが落ちていく)を精度よく予測をすることができるので、リニューアル後の商品の売り上げ予測を精度良く行うことができる。   In addition, since it is possible to accurately predict the end-of-sale trend of the product before the renewal (the sales gradually decline), it is possible to accurately predict the sales of the product after the renewal.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、達成されることは言うまでもない。   Another object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium. Needless to say, this can also be achieved by reading and executing the program code stored in.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、プログラムコード自体及びそのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code itself and the storage medium storing the program code constitute the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のカード、ROM等を用いることができる。   As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile card, a ROM, or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(基本システム或いはオペレーティングシステム)などが実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。このプログラムコードを読み出し実行可能な情報処理装置(コンピュータ)が前述した実施形態の機能を実現する。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (basic system or operating system) running on the computer based on the instruction of the program code. Needless to say, a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included. An information processing apparatus (computer) that can read and execute the program code realizes the functions of the above-described embodiments.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function is determined based on the instruction of the program code. It goes without saying that the CPU or the like provided in the expansion board or function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

100 情報処理装置
101 設定手段
102 予測手段
103 表示手段
104 継承情報DB
105 予測モデルDB
106 実績DB
107 予測結果DB
108 順番決定手段
211 外部メモリ




DESCRIPTION OF SYMBOLS 100 Information processing apparatus 101 Setting means 102 Prediction means 103 Display means 104 Inheritance information DB
105 Prediction model DB
106 Achievement DB
107 Prediction result DB
108 Order determining means 211 External memory




Claims (6)

継承元のアイテムの実績データと、継承先のアイテムの実績データとを記憶する記憶手段と、
前記記憶手段に記憶された前記継承元のアイテムの実績データと、前記継承先のアイテムの実績データとの組み合わせに従って、前記継承先と前記継承元のアイテムについての予測データを算出する第1の算出手段と、
前記記憶手段に記憶された前記継承元のアイテムの実績データに従って、前記継承元のアイテムについての予測データを算出する第2の算出手段と、
前記第1の算出手段で算出された予測データから、前記第2の算出手段で算出された予測データを差し引くことにより、前記継承先のアイテムについての予測データを算出する第3の算出手段と、
前記第3の算出手段により算出された予測データを出力する出力手段と、
を備えることを特徴とする情報処理装置。
Storage means for storing the result data of the inheritance source item and the result data of the inheritance destination item;
A first calculation for calculating prediction data for the inheritance destination and the inheritance source item according to a combination of the performance data of the inheritance source item and the performance data of the inheritance destination item stored in the storage unit Means,
Second calculation means for calculating prediction data for the inheritance source item according to the result data of the inheritance source item stored in the storage means;
Third calculation means for calculating prediction data for the inherited item by subtracting the prediction data calculated by the second calculation means from the prediction data calculated by the first calculation means;
Output means for outputting the prediction data calculated by the third calculation means;
An information processing apparatus comprising:
前記記憶手段は、更に、予測データを補正するための補正情報を記憶し、
前記第2の算出手段により算出された前記継承元のアイテムについての予測データを、前記記憶手段に記憶された補正情報に従って補正する補正手段を更に備え、
前記第3の算出手段は、前記第1の算出手段で算出された予測データから、前記補正手段により補正された前記継承元のアイテムについての予測データを差し引くことにより、前記継承先のアイテムについての予測データを算出することを特徴とする請求項1に記載の情報処理装置。
The storage means further stores correction information for correcting the prediction data,
A correction unit for correcting the prediction data for the inheritance source item calculated by the second calculation unit according to the correction information stored in the storage unit;
The third calculation means subtracts prediction data for the inheritance source item corrected by the correction means from the prediction data calculated by the first calculation means, thereby obtaining the inheritance destination item. The information processing apparatus according to claim 1, wherein prediction data is calculated.
予測時点の入庫予定の在庫数と、前の予測時点における在庫数とに従って、出庫可能な在庫数を示す予測上限値を算出する上限値算出手段と、
前記上限値算出手段で算出された予測上限値が、前記第2の算出手段により算出された予測データを超えるかを判定する判定手段と、
前記第3の算出手段は、前記判定手段により、前記上限値算出手段で算出された予測上限値が、前記第2の算出手段により算出された予測データを超えると判定された場合は、前記第1の算出手段で算出された予測データから、当該予測データを超えると判定された予測上限値を差し引くことにより、前記継承先のアイテムについての予測データを算出することを特徴とする請求項1
又は2に記載の情報処理装置。
An upper limit calculating means for calculating a predicted upper limit value indicating the number of stocks that can be issued according to the number of stocks scheduled to be received at the forecast time and the stock numbers at the previous forecast time;
A determination unit that determines whether the prediction upper limit value calculated by the upper limit value calculation unit exceeds the prediction data calculated by the second calculation unit;
The third calculating means, when the determining means determines that the predicted upper limit value calculated by the upper limit value calculating means exceeds the predicted data calculated by the second calculating means, 2. The prediction data for the inherited item is calculated by subtracting a prediction upper limit value determined to exceed the prediction data from the prediction data calculated by one calculation means.
Or the information processing apparatus of 2.
前記継承元のアイテムが、在庫限りのアイテムであるか、在庫限りのアイテムではないが販売終了予定のアイテムであるか、を設定する設定手段を更に備え、
前記設定手段により、記継承元のアイテムが在庫限りのアイテムであると設定された場合に、前記第3の算出手段は、前記判定手段により、前記上限値算出手段で算出された予測上限値が、前記第2の算出手段により算出された予測データを超えると判定された場合は、前記第1の算出手段で算出された予測データから、当該予測データを超えると判定された予測上限値を差し引くことにより、前記継承先のアイテムについての予測データを算出し、一方、前記設定手段により、前記継承元のアイテムが、在庫限りのアイテムではないが販売終了予定のアイテムであると設定された場合に、前記第3の算出手段は、前記第1の算出手段で算出された予測データから、前記補正手段により補正された前記継承元のアイテムについての予測データ差し引くことにより、前記継承先のアイテムについての予測データを算出することを特徴とする請求項1乃至3の何れか1項に記載の情報処理装置。
Further comprising setting means for setting whether the inheritance source item is an item that is limited to stock or an item that is not a limited item but is scheduled to be discontinued;
When the setting means sets that the item to be inherited is an item as long as it is in stock, the third calculating means determines that the predicted upper limit value calculated by the upper limit value calculating means is determined by the determining means. When it is determined that the prediction data calculated by the second calculation means is exceeded, the prediction upper limit value determined to exceed the prediction data is subtracted from the prediction data calculated by the first calculation means. When the prediction data for the inheritance destination item is calculated, on the other hand, the setting means sets that the inheritance source item is not a limited item but is scheduled to be discontinued. The third calculating means predicts the inheritance source item corrected by the correcting means from the prediction data calculated by the first calculating means. By then pulling the information processing apparatus according to any one of claims 1 to 3, characterized in that to calculate the prediction data for said inheritance destination item.
継承元のアイテムの実績データと、継承先のアイテムの実績データとを記憶する記憶手段を備えた情報処理装置の制御方法であって、
前記情報処理装置の第1の算出手段が、前記記憶手段に記憶された前記継承元のアイテムの実績データと、前記継承先のアイテムの実績データとの組み合わせに従って、前記継承先と前記継承元のアイテムについての予測データを算出する第1の算出工程と、
前記情報処理装置の第2の算出手段が、前記記憶手段に記憶された前記継承元のアイテムの実績データに従って、前記継承元のアイテムについての予測データを算出する第2の算出工程と、
前記情報処理装置の第3の算出手段が、前記第1の算出工程で算出された予測データから、前記第2の算出工程で算出された予測データを差し引くことにより、前記継承先のアイテムについての予測データを算出する第3の算出工程と、
前記情報処理装置の出力手段が、前記第3の算出工程により算出された予測データを出力する出力工程と、
を備えることを特徴とする制御方法。
A control method for an information processing apparatus comprising storage means for storing result data of an inheritance source item and result data of an inheritance destination item,
The first calculation means of the information processing apparatus, according to a combination of the result data of the inheritance source item stored in the storage means and the result data of the inheritance destination item, the inheritance destination and the inheritance source A first calculation step of calculating prediction data about the item;
A second calculation step in which a second calculation unit of the information processing apparatus calculates prediction data for the inheritance source item according to the result data of the inheritance source item stored in the storage unit;
The third calculation means of the information processing apparatus subtracts the prediction data calculated in the second calculation step from the prediction data calculated in the first calculation step, thereby A third calculation step for calculating prediction data;
An output step in which the output means of the information processing apparatus outputs the prediction data calculated in the third calculation step;
A control method comprising:
継承元のアイテムの実績データと、継承先のアイテムの実績データとを記憶する記憶手段を備えた情報処理装置で読み取り実行可能なプログラムであって、
前記情報処理装置を、
前記記憶手段に記憶された前記継承元のアイテムの実績データと、前記継承先のアイテムの実績データとの組み合わせに従って、前記継承先と前記継承元のアイテムについての予測データを算出する第1の算出手段と、
前記記憶手段に記憶された前記継承元のアイテムの実績データに従って、前記継承元のアイテムについての予測データを算出する第2の算出手段と、
前記第1の算出手段で算出された予測データから、前記第2の算出手段で算出された予測データを差し引くことにより、前記継承先のアイテムについての予測データを算出する第3の算出手段と、
前記第3の算出手段により算出された予測データを出力する出力手段として機能させることを特徴とするプログラム。





It is a program that can be read and executed by an information processing apparatus that includes storage means for storing the result data of the inheritance source item and the result data of the inheritance destination item,
The information processing apparatus;
A first calculation for calculating prediction data for the inheritance destination and the inheritance source item according to a combination of the performance data of the inheritance source item and the performance data of the inheritance destination item stored in the storage unit Means,
Second calculation means for calculating prediction data for the inheritance source item according to the result data of the inheritance source item stored in the storage means;
Third calculation means for calculating prediction data for the inherited item by subtracting the prediction data calculated by the second calculation means from the prediction data calculated by the first calculation means;
A program that functions as output means for outputting prediction data calculated by the third calculation means.





JP2011280272A 2011-12-21 2011-12-21 Information processing device, control method therefor, and program Pending JP2013131052A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011280272A JP2013131052A (en) 2011-12-21 2011-12-21 Information processing device, control method therefor, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011280272A JP2013131052A (en) 2011-12-21 2011-12-21 Information processing device, control method therefor, and program

Publications (1)

Publication Number Publication Date
JP2013131052A true JP2013131052A (en) 2013-07-04

Family

ID=48908549

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011280272A Pending JP2013131052A (en) 2011-12-21 2011-12-21 Information processing device, control method therefor, and program

Country Status (1)

Country Link
JP (1) JP2013131052A (en)

Similar Documents

Publication Publication Date Title
US20050131779A1 (en) Production scheduling system
WO2010146819A1 (en) Component order quantity determination device and component order quantity determination program
US11500369B2 (en) Operation/maintenance management method, program, and operation/maintenance management system
WO2016205153A1 (en) Incremental estimation for probabilistic forecaster
US8745574B2 (en) Generating task duration estimates for content ingestion
US8046252B2 (en) Sales plan evaluation support system
US20160292625A1 (en) Product data analysis
JP4339769B2 (en) Prediction model selection device, prediction model selection method, and program
JP2016033704A (en) Income summary prediction device and income summary prediction program
JP7469675B2 (en) Information processing device, control method, and program
JP2020087031A (en) Progress rate calculating apparatus, progress rate calculating method, and progress rate calculating program
JP6622678B2 (en) Information processing apparatus, information processing method, and program
JP2014127013A (en) Information processing apparatus, control method thereof and program
JP2013131052A (en) Information processing device, control method therefor, and program
JP6829400B2 (en) Information processing equipment, control methods, and programs
JP2010108078A (en) Demand prediction device
US8429032B2 (en) Method and system for managing inventory for a migration using forecast/inventory displays
JP5678729B2 (en) Information processing apparatus, work importance calculation method, and work importance calculation program
JP2006092106A (en) Prediction device, prediction method and program
JP6427798B2 (en) Information processing apparatus, control method, and program
JP7007596B2 (en) Information processing equipment, control method, program
JP7436854B2 (en) Information processing device, control method, program
JP2021515291A (en) Visual interactive application for safety stock modeling
JP2013164645A (en) Information output device, information output method, and program
US20230206176A1 (en) Demand and supply planning apparatus and demand and supply planning method

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20130531

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20130531