JP2007316745A - Server and program for predicting number of visitors - Google Patents

Server and program for predicting number of visitors Download PDF

Info

Publication number
JP2007316745A
JP2007316745A JP2006143070A JP2006143070A JP2007316745A JP 2007316745 A JP2007316745 A JP 2007316745A JP 2006143070 A JP2006143070 A JP 2006143070A JP 2006143070 A JP2006143070 A JP 2006143070A JP 2007316745 A JP2007316745 A JP 2007316745A
Authority
JP
Japan
Prior art keywords
date
day
data
predicted
customers
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
JP2006143070A
Other languages
Japanese (ja)
Inventor
Masaki Narabashi
正樹 奈良橋
Shigetoshi Kunieda
重利 國枝
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.)
Toshiba TEC Corp
Original Assignee
Toshiba TEC Corp
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 Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2006143070A priority Critical patent/JP2007316745A/en
Publication of JP2007316745A publication Critical patent/JP2007316745A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Cash Registers Or Receiving Machines (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To obtain market population of a store and its change without using a map information system, and to predict the number of visitors, based on the information. <P>SOLUTION: The number of the visitors in the past stored in time series is acquired (S203) to calculate an average number of the visitors during a prescribed period before a target date, based on the acquired number of the visitors in the past (S207, S209, S212, S214, S216). <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、来店客数を予測する来店客数予測サーバ及び来店客数予測プログラムに関する。   The present invention relates to a store visitor number prediction server and a store visitor number prediction program for predicting the number of store visitors.

従来、店舗への来店客数を予測するための要因として店舗商圏の人口が使用されてきた。そして商圏人口は、役所が発行する人口データや、地図情報に道路や建築物、家庭人口などを合わせた地図情報システムから取得されてきた。例えば店舗の商圏を店舗から500mと決定して、その商圏内の人口を地図情報システムから取得していた(例えば、特許文献1参照)。
特開2002−324160号公報
Conventionally, the population of the store trade area has been used as a factor for predicting the number of customers visiting the store. The commercial area population has been acquired from a map information system that combines population data issued by government offices and map information with roads, buildings, household population, and the like. For example, the store's trade area is determined to be 500 m from the store, and the population within the trade area is acquired from the map information system (see, for example, Patent Document 1).
JP 2002-324160 A

しかしながら、商圏人口を得るために地図情報システムを構築するのには時間と費用がかかる。また商圏人口は時間とともに変化していくため、正確さに欠ける。   However, it takes time and money to build a map information system to obtain a trade area population. Also, because the trade area population changes with time, it lacks accuracy.

本発明は上記事情に鑑みてなされたものであって、その目的は、地図情報システムを使わずに店舗の商圏人口と商圏人口の変化を把握してその情報をもとに来店客数を予測するための平均来客数を算出する来店客数予測サーバ及び来店客数予測プログラムを提供することにある。   The present invention has been made in view of the above circumstances, and its purpose is to grasp the store's commercial area population and changes in the commercial area population without using a map information system, and predict the number of customers based on that information. The purpose of the present invention is to provide a store visitor number prediction server and a store visitor number prediction program for calculating the average number of visitors.

本発明は、時系列に1日単位で保存された実績来店客数を取得し、その取得した実績来店客数から予測対象日前の所定期間の平均来店客数を算出する来店客数予測サーバである。   The present invention is a store visitor number prediction server that acquires the number of actual store customers stored in a time series in a day unit, and calculates the average store visitor number for a predetermined period before the prediction target date from the acquired actual store customer number.

本発明によると、地図情報システムを使わずに店舗の商圏人口と商圏人口の変化を把握してその情報をもとに来店客数を予測する来店客数予測サーバ及び来店客数予測プログラムを提供できる。   According to the present invention, it is possible to provide a store visitor number prediction server and a store visitor number prediction program for grasping a store's commercial area population and changes in the commercial area population without using a map information system and predicting the number of store visitors based on the information.

以下、本発明の一実施の形態について図面を参照して説明する。
図1は、ネットワークシステムを概略的に示す図である。図1に示すようにネットワークシステムは、来店客数の予測を行う来店客数予測サーバである店舗サーバ1と、この店舗サーバ1とネットワーク3を介して接続される複数個のPOS端末装置2とから構成される。ネットワーク3は、LAN(ローカル・エリア・ネットワーク)、WAN(ワイド・エリア・ネットワーク)、インターネットからなる。なお、POS端末装置2を1つ又は少数しか持たず店舗サーバ1を設置していないような店舗では、店舗サーバ1を設けず、POS端末装置2の1つに店舗サーバ1の機能を持たせるようにしても良い。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram schematically showing a network system. As shown in FIG. 1, the network system includes a store server 1 that is a store visitor number prediction server for predicting the number of store visitors, and a plurality of POS terminal devices 2 connected to the store server 1 via the network 3. Is done. The network 3 includes a LAN (local area network), a WAN (wide area network), and the Internet. In a store where only one or a few POS terminal devices 2 are provided and the store server 1 is not installed, the store server 1 is not provided, and one of the POS terminal devices 2 has the function of the store server 1. You may do it.

図2は、店舗サーバ1の要部構成を示すブロック図である。図2に示すように、店舗サーバ1は、CPU11、ROM12、RAM13、通信制御部14、記録部15、表示部16、入力部17、時計部18を有している。CPU11は、店舗サーバ1全体を総括的に制御する。ROM12は店舗サーバ1を制御するためのプログラムを保持する。RAM13は、CPU11がROM12に保持されたプログラムを実行するときに必要となるワークエリアを有している。通信制御部14は、ネットワークを介して行なうPOS端末装置2等とデータの送受信を制御する。記録部15は、各種データを記録(保存)する。記録部15には、例えば後述するPOSデータ取得処理を実行したときに取得したPOSデータから得られる来店客数、日付、曜日、後述する営業時間内の降水量、特異日を示す客数データが記録される。表示部16はディスプレイ等へ表示を行なう。入力部17は、マウスやキーボード等からの入力処理を行なう。時計部18は、時刻を計時し日時情報を生成する。   FIG. 2 is a block diagram showing a main configuration of the store server 1. As illustrated in FIG. 2, the store server 1 includes a CPU 11, a ROM 12, a RAM 13, a communication control unit 14, a recording unit 15, a display unit 16, an input unit 17, and a clock unit 18. CPU11 controls the store server 1 whole. The ROM 12 holds a program for controlling the store server 1. The RAM 13 has a work area that is necessary when the CPU 11 executes a program held in the ROM 12. The communication control unit 14 controls data transmission / reception with the POS terminal device 2 and the like performed via the network. The recording unit 15 records (saves) various data. The recording unit 15 records, for example, the number of customers, date, day of the week, precipitation amount during business hours described later, and customer number data indicating a specific day obtained from POS data acquired when a POS data acquisition process described later is executed. The The display unit 16 performs display on a display or the like. The input unit 17 performs input processing from a mouse, a keyboard, or the like. The clock unit 18 measures time and generates date / time information.

図3は、POS端末装置2の要部構成を示すブロック図である。図3に示すように、POS端末装置2は、CPU21、ROM22、RAM23、通信制御部24、記録部25、表示部26、入力部27、バーコード接続部28、時計部29を有している。CPU21は、POS端末装置2全体を総括的に制御する。ROM22は、POS端末を制御するためのプログラムを保持する。RAM23は、CPU21がROM22に保持されたプログラムを実行するときに必要となるワークエリアを有している。通信制御部24は、ネットワークを介して行なう店舗サーバ1とのデータの送受信を制御する。記録部25は、各種データを記録(保存)する。記録部25には、例えば、POS端末装置2で精算を行なった客毎の売上情報(販売日時、曜日、客数、購入商品等)を示すPOSデータが記録される。表示部26は、ディスプレイ等へ表示を行なう。入力部27はキーボードからの入力処理を行なう。バーコード接続部28はバーコードリーダと接続され、バーコードリーダで読み取られたバーコードデータを入力する。時計部29は時間を計時し日時情報を生成する。   FIG. 3 is a block diagram illustrating a configuration of a main part of the POS terminal device 2. As illustrated in FIG. 3, the POS terminal device 2 includes a CPU 21, a ROM 22, a RAM 23, a communication control unit 24, a recording unit 25, a display unit 26, an input unit 27, a barcode connection unit 28, and a clock unit 29. . The CPU 21 comprehensively controls the POS terminal device 2 as a whole. The ROM 22 holds a program for controlling the POS terminal. The RAM 23 has a work area that is necessary when the CPU 21 executes a program held in the ROM 22. The communication control unit 24 controls data transmission / reception with the store server 1 performed via the network. The recording unit 25 records (saves) various data. The recording unit 25 records, for example, POS data indicating sales information (sales date / time, day of week, number of customers, purchased products, etc.) for each customer that has been settled by the POS terminal device 2. The display unit 26 performs display on a display or the like. The input unit 27 performs input processing from the keyboard. The barcode connection unit 28 is connected to a barcode reader and inputs barcode data read by the barcode reader. The clock unit 29 measures time and generates date / time information.

次に、店舗サーバ1のROM12に記憶されたPOSデータ取得プログラムが実行されたときの処理について説明する。図4は、店舗サーバ1のPOSデータ取得処理を示すフローチャートである。このPOSデータ取得処理は定期的にネットワーク3に接続されたPOS端末装置2からPOSデータを取得する処理である。   Next, processing when the POS data acquisition program stored in the ROM 12 of the store server 1 is executed will be described. FIG. 4 is a flowchart showing the POS data acquisition process of the store server 1. This POS data acquisition process is a process of periodically acquiring POS data from the POS terminal device 2 connected to the network 3.

店舗サーバ1は、ネットワーク3を介してPOS端末装置2からPOSデータを定期的に、例えば1日1回取得する(S101)。このPOSデータを取得するタイミングは業務開始前の所定のタイミングとするがどのタイミングでも良い。これにより、前回POSデータを取得した時刻の後から現在時刻までの1日分のPOSデータが店舗サーバ1で取得される。店舗サーバ1は、取得したPOSデータから、POS端末装置2を通過した人数を集計し、一日辺りの来店客数を計算する(S102)。   The store server 1 acquires POS data from the POS terminal device 2 via the network 3 periodically, for example, once a day (S101). The timing for acquiring the POS data is a predetermined timing before the start of business, but any timing may be used. As a result, the store server 1 acquires POS data for one day from the time when the previous POS data was acquired until the current time. The store server 1 counts the number of people who have passed through the POS terminal device 2 from the acquired POS data, and calculates the number of customers visiting the store per day (S102).

次に、店舗サーバ1は、ステップS102で計算した来店客数に、POSデータに含まれる日付と曜日、入力部17から取得した営業時間内の降水量、後述する特異日と併せて客数データとして記録部15に保存する(S103)。   Next, the store server 1 records the number of customers calculated in step S102 as the customer number data together with the date and day of the week included in the POS data, the precipitation amount during business hours obtained from the input unit 17, and the specific date described later. The data is stored in the unit 15 (S103).

ここで、降水量は、表示部16に表示された画面を通して取得する。この画面上から入力される降水量は実績値を数値として入力するようにしても良いし、後述する離散化後のデータ“0”、“1”、“2”、“3”を入力しても良いし、離散化後のデータを言葉で置き換えた、“降らない”、“小雨”、“弱い雨”、“強い雨”を選択するようにしても良い。なお、降水量をどのように離散化するか、又は、言葉で置き換えるかは後述する。また、降水量は通信制御部14からネットワーク3のインターネット上に存在する、日ごとの降水量を提供するサーバから取得するようにしても良い。   Here, the precipitation is obtained through a screen displayed on the display unit 16. The precipitation input from this screen may be entered as a numerical value of actual results, or by inputting data “0”, “1”, “2”, “3” after discretization described later. Alternatively, “no rain”, “light rain”, “weak rain”, or “strong rain”, which replaces the data after discretization with words, may be selected. It will be described later how the precipitation is discretized or replaced with words. Further, the precipitation may be acquired from the communication control unit 14 from a server that provides the daily precipitation on the Internet of the network 3.

特異日は、正月休み、ゴールデンウィーク、お盆、クリスマス、大晦日、三日以上の連休などの、通常とは来店客数の傾向が異なる日である。特異日を含む週は、週全体の傾向も変わるため、通常の週とは分けて考える必要がある。特異日であるデータは例えば正月休みを“1”、ゴールデンウィークを“2”として、特異日でないデータを“0”などにする。またこれとは別に正月休み、ゴールデンウィークなどの連休を全て“1”にして、台風などの異常気象の時を“2”にして、特異日でないデータを“0”などにするとしても良い。   A special day is a day with a different trend in the number of customers, such as New Year holidays, Golden Week, Obon, Christmas, New Year's Eve, and three or more consecutive holidays. Weeks that include special days need to be considered separately from regular weeks because the trend of the whole week also changes. For the data that is a special day, for example, “1” is set for New Year holidays, “2” is set for Golden Week, and “0” is set for data that is not a special day. In addition, it may be possible to set all consecutive holidays such as New Year holidays and Golden Week to “1”, abnormal weather such as a typhoon to “2”, and data that is not a specific day to “0”.

ここで特異日は表示部16に表示される画面を通して設定することができる。この画面では、特異日にしたい日をカレンダーから選択するか、リストボックスから選択する。このように特異日を選択した後、さらに、特異日の種類をリストボックスで選択する。その後設定ボタンで特異日の登録を行う。登録された内容は店舗サーバ1の記録部15に記録される。   Here, the specific date can be set through a screen displayed on the display unit 16. On this screen, select the date you want to use as a special day from the calendar or select from the list box. After selecting the specific date in this way, the type of the specific date is further selected from the list box. Then, register a special day with the setting button. The registered contents are recorded in the recording unit 15 of the store server 1.

図5は、記録部15に記録される客数データを示すテーブルTである。図5に示すように客数データは表形式で記録される。このテーブルTには、POSデータから取得した日付に対応させて、曜日、来店客数(客数)のデータを記録するエリア、入力部17から取得した降水量のデータを記録するエリア、記録部15内のカレンダーに設定された特異日から取得した特異日のデータを記録するエリア、来店客数の予測値を記録するエリアが設けられている。このテーブルTに記録される客数データは、現在の日付よりも前少なくとも1年間は保持しておくことが望ましい。   FIG. 5 is a table T showing customer number data recorded in the recording unit 15. As shown in FIG. 5, customer data is recorded in a tabular format. In this table T, in correspondence with the date acquired from the POS data, an area for recording the data of the day of the week and the number of customers (number of customers), an area for recording the precipitation data acquired from the input unit 17, in the recording unit 15 There are an area for recording data on the specific date acquired from the specific date set in the calendar, and an area for recording the predicted value of the number of customers visiting the store. It is desirable to retain the customer number data recorded in this table T for at least one year before the current date.

次に、来店客数の予測として、重回帰分析を使う方法について説明する。重回帰分析は目的変数と説明変数の関係から予測モデル(重回帰式)を作成し、複数の説明変数と目的変数間の影響を分析する、一般に良く知られた統計的手法である。なお、重回帰分析については、「図解でわかる 回帰分析」涌井良幸・涌井貞美著;日本実業出版社などに詳細が記載されている。尚、予測式作成には必ずしも重回帰分析を用いる必要はない。   Next, a method of using multiple regression analysis for predicting the number of customers visiting the store will be described. Multiple regression analysis is a generally well-known statistical method for creating a prediction model (multiple regression equation) from the relationship between an objective variable and explanatory variables, and analyzing the influence between multiple explanatory variables and objective variables. The details of the multiple regression analysis are described in “Regression Analysis Understandable by Illustration” by Yoshiyuki Sakurai and Sadami Sakurai; Note that it is not always necessary to use multiple regression analysis to create a prediction formula.

来店客数の変動を説明するものとして様々な要因が考えられるが、本実施の形態では、曜日、商圏人口、天候を利用する。
次に、目的変数と各説明変数について詳細を説明する。
Various factors can be considered to explain the change in the number of customers visiting the store. In the present embodiment, day of the week, trade area population, and weather are used.
Next, details of the objective variable and each explanatory variable will be described.

先ず、目的変数には予測日の来店客数を用いる。次に、説明変数について説明する。来店客は決まった曜日に周期的に訪れる傾向にある。また、一般には休日の来店客数は平日よりも多くなる。一方、駅前の店舗では、仕事帰りの買い物客が多いので、逆に平日のほうが休日よりも来店客数が多くなることがある。また、毎週特定の曜日にセールをやる店舗はもちろん曜日ごとに特定の来客パターンができる。そこで説明変数に曜日を採用する。これにより曜日ごとの傾向を表現することが可能となる。曜日はダミー変数とする。ここでダミー変数は、ある変数に対して、その変数が取りうる種類分だけ新たに変数を設け、その新たに設けた変数を“0”と“1”で表すものである。   First, the number of customers on the forecast date is used as the objective variable. Next, explanation variables will be described. Visitors tend to visit periodically on certain days of the week. In general, the number of customers visiting on holidays is higher than on weekdays. On the other hand, at the store in front of the station, there are many shoppers on the way home from work. On the contrary, the number of customers on weekdays may be larger than that on holidays. In addition to stores that sell on a specific day of the week, a specific visitor pattern can be created for each day of the week. Therefore, the day of the week is adopted as the explanatory variable. This makes it possible to express a tendency for each day of the week. Day of the week is a dummy variable. Here, dummy variables are provided for a certain variable by the number of types that the variable can take, and the newly provided variables are represented by “0” and “1”.

商圏人口は大まかな来店客数を判断するのに有用な情報である。商圏人口としては、地図情報に道路や建築物、家庭人口などを合わせた地図情報システムから得られる商圏人口を使うことも考えられるが、地図情報システムの構築には費用と時間がかかるという欠点がある。また店舗が所在する役所が発行する店舗を含む地域の人口データを利用することも考えられるが、これら人口データが店舗商圏と必ずしも一致するとはかぎらず、またこれら人口データは月ごとなどで更新されるため、予測をする1ヶ月以内の直近の上昇・下降のトレンドを捉えることが出来ないという欠点を持つ。   The trade area population is useful information for determining the approximate number of customers visiting the store. As a trade area population, it is possible to use a trade area population obtained from a map information system that combines road information, buildings, household population, etc. with map information, but the disadvantage is that it takes cost and time to build a map information system is there. It is also possible to use the population data of the area including the store issued by the government office where the store is located, but this population data does not always match the store trade area, and these population data are updated monthly. Therefore, it has a drawback that it cannot capture the latest upward / downward trend within one month of forecasting.

そこで商圏人口の代わりに、客数データとして店舗サーバ1の記録部15のテーブルTに保存されている過去の来店客数を説明変数に用いる。来店客数には七日間(1週間)の周期があるので、目的変数の対象となる予測日の前日から七日前までの平均を用いる。このように予測日の前日から七日前までの来店客数の平均を用いることで、商圏人口に代わる大まかな来店客数を判断する有用な情報が得られる。また予測をする直近の来店客数の上昇・下降のトレンドを捉えることも可能となる。   Therefore, the past visitor number stored in the table T of the recording unit 15 of the store server 1 as customer number data is used as an explanatory variable instead of the commercial area population. Since the number of customers in the store has a period of seven days (one week), the average from the previous day to the seventh day before the target date of the objective variable is used. In this way, by using the average of the number of store visitors from the day before the forecast date to 7 days before, useful information for determining the approximate number of store customers replacing the population in the commercial area can be obtained. It is also possible to capture the latest trend of rising and falling customer numbers.

ここで平均値は相加平均を用いるが、重み付き平均でもよい。例えば、七日前の同じ曜日の来店客数は、他の曜日よりも予測日と関係があると考えられるので、他の日よりも大きな重みをつけて平均値を求める。この場合、重みはユーザの経験に基づいて決められる。   Here, an arithmetic average is used as the average value, but a weighted average may be used. For example, the number of customers on the same day of the week seven days ago is considered to be related to the predicted day more than other days of the week, so the average value is obtained with a greater weight than other days. In this case, the weight is determined based on the user's experience.

天候も来店客数の変動の重要な要因である。特に雨の影響が大きく、営業時間内に雨が降ると、来店客数は一般に減少する。雨が多ければ多いほど、来店客数の変動も大きくなる。ただし、降水量に比例してそのまま客数に影響するわけではない。例えば、降水量が2mmから4mmに倍増しても、来店客数が半分になるわけではない。そこで、降水量は適当な範囲で区切って(すなわち、不均一に区切って)離散化する。例として、降水量を、降らない、小雨、弱い雨、強い雨の4段階に区分する。それぞれの範囲を0mm、1〜5mm、6〜15mm、16mm以上、として、小さいほうから順に“0”、“1”、“2”、“3”と数値を割り当てる。このように離散化したデータを説明変数とする。降水量を離散化することで、降水量が客の来店に与える影響を適正に考慮した予測が可能となる。区分の方法、上記の4区分以外でも良く、離散値“1”は傘を必要としない降水量と定義してもよい。店舗サーバ1のユーザは、上述したように入力部17を用いて降水量の範囲と対応する言葉を選択して降水量を入力するようにしても良いし、
以上より、目的変数には予測日の来店客数、説明変数には、曜日、予測日より前七日間の来店客数の平均、降水量の三つを用いる。来店客数変動の要因として他にも地域行事や、広告、競合他店の動向などが考えられ、これらを考慮した重回帰式に拡張しても良い。
The weather is also an important factor in fluctuations in visitor numbers. In particular, the impact of rain is large, and if it rains during business hours, the number of customers will generally decrease. The more rain there is, the more the number of visitors will fluctuate. However, it does not directly affect the number of customers in proportion to precipitation. For example, doubling the precipitation from 2 mm to 4 mm does not halve the number of customers visiting the store. Therefore, precipitation is discretized by dividing it within an appropriate range (that is, dividing it unevenly). As an example, the precipitation is divided into four stages: no rain, light rain, light rain, and heavy rain. Each range is set to 0 mm, 1 to 5 mm, 6 to 15 mm, 16 mm or more, and numerical values such as “0”, “1”, “2”, and “3” are assigned in order from the smallest. The discretized data is used as an explanatory variable. By discretizing precipitation, it is possible to make a prediction that properly considers the effect of precipitation on customer visits. A method other than the above four categories may be used, and the discrete value “1” may be defined as precipitation that does not require an umbrella. As described above, the user of the store server 1 may select a word corresponding to the precipitation range using the input unit 17 and input the precipitation,
From the above, the target variable uses the number of customers on the forecast day, and the explanatory variable uses the day of the week, the average number of customers on the seven days before the forecast date, and the amount of precipitation. Other factors that may affect the number of customers visiting the store include regional events, advertisements, and trends in competing other stores, and may be expanded to a multiple regression equation that takes these factors into account.

次に、店舗サーバ1が実行する来店客数の予測方法について説明する。図6は、来店客数を予測するための来店客数予測処理を示すフローチャートである。この処理は、入力部によって当該処理を開始するための指示がなされると開始される。   Next, a method for predicting the number of store customers executed by the store server 1 will be described. FIG. 6 is a flowchart showing store visitor number prediction processing for predicting the store visitor number. This process is started when an instruction for starting the process is given by the input unit.

店舗サーバ1は、表示部16に表示した予測処理を実行させるための画面からユーザにより入力部17が操作され入力された予測日を取得し(S201)、予測日の予測降水量を取得する(S202)。ここで予想降水量は上記予測処理を実行させるための画面にユーザが数値として、又は離散化後のデータ”0、“1”、“2”、“3”を入力することにより店舗サーバ1が予測降水量を取得するようにしても良いし、また、離散化後のデータを言葉で置き換えた、“降らない”、“小雨”、“弱い雨”、“強い雨”を選択入力することにより店舗サーバ1が予測降水量を取得するようにしても良い。さらに、予測降水量は通信制御部14からネットワーク3上に存在する予測降水量を提供するサーバから取得するようにしても良い。   The store server 1 acquires the predicted date input by operating the input unit 17 by the user from the screen for executing the prediction process displayed on the display unit 16 (S201), and acquires the predicted precipitation amount on the predicted date (S201). S202). Here, the forecast precipitation is calculated by the store server 1 when the user inputs the digitized data “0,“ 1 ”,“ 2 ”,“ 3 ”on the screen for executing the prediction process. Predicted precipitation may be obtained, or by selecting and inputting “no rain”, “light rain”, “weak rain”, “strong rain”, which replaces the digitized data with words The store server 1 may acquire the predicted precipitation amount, and the predicted precipitation amount may be acquired from the communication control unit 14 from a server that provides the predicted precipitation amount existing on the network 3.

次に店舗サーバ1は、記録部15のテーブルTから取得した予測日より過去365日間の客数データを取得する(S203,取得手段)。なお、このとき取得される客数データは、365日間の客数データに限るものではない。   Next, the store server 1 acquires customer number data for the past 365 days from the predicted date acquired from the table T of the recording unit 15 (S203, acquisition means). The customer number data acquired at this time is not limited to the customer number data for 365 days.

そして、店舗サーバ1は、予測日が特異日のある週であるか否かを判定する(S204)。すなわち、予測日が含まれる月曜日から日曜日までの1週間に特異日があるか否かを判定する。図7は、予測日が含まれる1週間に特異日がない場合を説明するための図である。図7に示すように、例えば、予測日を2005年10月19日とすると、10月19日(水曜日)が特異日ではなく、さらに、10月19日を含む1週間である10月17日(月曜日)、10月18日(火曜日)、10月20日(木曜日)、10月21日(金曜日)、10月22日(土曜日)、10月23日(日曜日)に特異日が含まれないかが判定される。この判定は、ステップS203で取得した客数データを参照して行なわれる。   Then, the store server 1 determines whether or not the predicted date is a week with a specific date (S204). That is, it is determined whether or not there is a special day in one week from Monday to Sunday including the predicted date. FIG. 7 is a diagram for explaining a case where there is no specific day in one week including the predicted date. As shown in FIG. 7, for example, when the predicted date is October 19, 2005, October 19 (Wednesday) is not a special day, and furthermore, October 17 which is a week including October 19 (Monday) October 18th (Tuesday), October 20th (Thursday), October 21st (Friday), October 22nd (Saturday), October 23rd (Sunday) does not include any special days It is judged how. This determination is made with reference to the customer number data acquired in step S203.

店舗サーバ1は、予測日が特異日のある週でないと判定すると、すなわち、予測日が特異日でなく、かつ、予測日が含まれる1週間に特異日がない場合は(S204でNO)、特異日のない週の日から重回帰式を求める(S205)。つまり、店舗サーバ1は、ステップS203で取得した客数データから特異日と1週間内に特異日を含まない週の日のデータを除いた客数データを用いて、重回帰式を算出する。   When the store server 1 determines that the predicted date is not a week with a specific date, that is, when the predicted date is not a specific date and there is no specific date in one week including the predicted date (NO in S204), A multiple regression equation is obtained from the day of the week without a specific day (S205). That is, the store server 1 calculates a multiple regression equation using the customer number data obtained by excluding the specific day and the data of the day of the week not including the specific day within one week from the customer number data acquired in step S203.

ここで特異日のない週から重回帰式の求め方(S205)について図8のサブフローチャートを使い説明する。店舗サーバ1はステップS203で取得した客数データから特異日でない日のデータと、1週間内に特異日を含まない週の日のデータを、予測実行日に近いものから所定日数分取得する(S301)。すなわち特異日項目が“0”のデータと1週間内に特異日項目が“0”でない日を含まない週の日のデータを記録部15のテーブルTから取得する。なお、取得される所定日数分のデータは、作成される重回帰式の精度を考慮すると50日以上(8週以上)であることが望ましい。次に店舗サーバ1は所定日数分の各客数データについて、それぞれ前七日間の平均客数を計算する(S302,算出手段)。ここで前七日間に特異日により除かれたデータがある場合は、さらにその前の日のデータを用いて計算する。次に店舗サーバ1は所定日数分の客数データの曜日、降水量、前七日間平均客数を説明変数として、実際の来店客数の実績値を目的変数として重回帰分析を行い、重回帰式を求める(S303)。ここで曜日はダミー変数として、降水量は前述した離散化したデータに変換したものを使用する。   Here, how to obtain a multiple regression equation from a week without a specific day (S205) will be described using the sub-flowchart of FIG. The store server 1 acquires data for a day that is not a specific day from the customer number data acquired in step S203 and data for a day that does not include a specific day within a week for a predetermined number of days from the closest to the predicted execution date (S301). ). In other words, data with a unique day item “0” and data of a week day that does not include a day with a unique day item not “0” within one week are acquired from the table T of the recording unit 15. In addition, it is desirable that the data for the predetermined number of days acquired is 50 days or more (8 weeks or more) in consideration of the accuracy of the created multiple regression equation. Next, the store server 1 calculates the average number of customers for the previous seven days for each number of customers data for a predetermined number of days (S302, calculation means). Here, if there is data removed by the specific day in the previous seven days, the calculation is performed using the data of the previous day. Next, the store server 1 performs multiple regression analysis by using the day of the visitor data for a predetermined number of days, the amount of precipitation, and the average number of customers for the previous seven days as explanatory variables, and the actual value of the number of customers visiting the store as an objective variable to obtain a multiple regression equation (S303). Here, the day of the week is used as a dummy variable, and the precipitation is converted to the discretized data described above.

このようにして重回帰式を求めると(S205)、店舗サーバ1は、予測を行う予測実行日と予測対象の予測日が連続していないかを判定する(S206)。予測実行日と予測日が連続している、すなわち予測日が予測実行日の翌日の場合は(S206でNO)、予測日の前七日間の平均客数をもとめ、ステップS303で作成された重回帰式に、予測日の曜日、ステップ202で取得した予測降水量、予測日の前七日間平均客数を代入して予測値を計算する(S207,予測手段の1つ)。予測結果は記録部15のテーブルTに客数データの予測値項目として保存すると同時に、表示部16を介して表示を行う(S208)。図9は、このようにして表示部16に表示された予測結果の一例を示す図であり、2005年12月11日(日曜日)の予測結果を示している。図9に示すように、予測結果はその日までの予測値と併せて過去の予測値を折れ線グラフにして表示しても、予測日の予測値だけを表示するようにしても良い。   When the multiple regression equation is obtained in this way (S205), the store server 1 determines whether the prediction execution date for prediction and the prediction date of the prediction target are not continuous (S206). If the predicted execution date and the predicted date are continuous, that is, if the predicted date is the day after the predicted execution date (NO in S206), the average number of customers for the seven days before the predicted date is obtained and the multiple regression created in step S303 is performed. The forecast value is calculated by substituting the forecast day of the week, the forecasted precipitation amount obtained in step 202, and the average number of customers for seven days before the forecast date into the formula (S207, one of the forecasting means). The prediction result is stored in the table T of the recording unit 15 as a predicted value item of the number of customers data and simultaneously displayed via the display unit 16 (S208). FIG. 9 is a diagram showing an example of the prediction result displayed on the display unit 16 in this way, and shows the prediction result on December 11, 2005 (Sunday). As shown in FIG. 9, the prediction result may be displayed as a line graph of past prediction values together with the prediction values up to that day, or only the prediction values of the prediction date may be displayed.

一方、予測実行日と予測日が連続していないと判定すると(S206でYES)、予測日まで予測来店客数を計算して予測日の予測来店客数を求める処理を行なう(209,予測手段の1つ)。すなわち、予測日の予測値を求めるために必要な前七日間の平均客数を計算することができないため、まずは予測実行日と予測日の間の日の客数を予測し、そして求めた予測実行日と予測日の間の日の予測値を仮の客数実績値として、予測日の前七日間平均をもとめた後に、客数予測を行う。なお、図10(a)は、予測実行日と予測日が連続していない場合を説明するための図である。図10に示すように、予測実行日が10月16日であるのに対して予測日が10月19日であるため、予測実行日と予測日が連続していない。   On the other hand, if it is determined that the predicted execution date and the predicted date are not consecutive (YES in S206), the predicted number of customers is calculated until the predicted date and the predicted number of customers on the predicted date is calculated (209, 1 of prediction means). One). In other words, since the average number of customers for the previous seven days required to calculate the forecast value for the forecast date cannot be calculated, first the number of customers between the forecast run date and the forecast date is forecasted, and then the forecast run date obtained The number of customers is predicted after calculating the average of the seven days before the forecast date, using the forecast value of the date between the forecast date and the provisional customer number actual value. FIG. 10A is a diagram for explaining a case where the predicted execution date and the predicted date are not continuous. As shown in FIG. 10, since the predicted execution date is October 16, while the predicted date is October 19, the predicted execution date and the predicted date are not continuous.

ここで、ステップS209の処理を図11のサブフローチャートを使い説明する。先ず、店舗サーバ1は、予測実行日の翌日が予測日か否かを判定する(S401)。予測実行日の翌日が予測日でない場合は(S401でNO)、前七日間平均客数をもとめた後、S303で作成した重回帰式から予測客数をもとめ、その値をその日の仮の客数実績値とする(S402)。ここで降水量に関しては“0”、すなわち雨が降らないとしても良いし、新たに予想降水量を取得するようにしても良い。ステップS402処理の後、再びステップS401の処理へ戻り、ステップS402処理により求めた日の翌日が予測日かを判定する。   Here, the process of step S209 will be described using the sub-flowchart of FIG. First, the store server 1 determines whether or not the next day of the predicted execution date is a predicted date (S401). If the next day of the predicted execution date is not the predicted date (NO in S401), after obtaining the average number of customers for the previous seven days, the number of predicted customers is obtained from the multiple regression equation created in S303, and that value is the provisional customer actual value for that day. (S402). Here, regarding precipitation, it may be “0”, that is, it may not rain, or a new predicted precipitation may be acquired. After the process of step S402, the process returns to the process of step S401 again, and it is determined whether the day following the day obtained by the process of step S402 is the predicted date.

予測実行日の翌日が予測である場合は(S401でYES)、店舗サーバ1は、ステップS402で求めた仮の客数実績値も含めて、その予測日の前七日間の客数平均をもとめ、かつステップS303で作成した重回帰式(予測式)を使い、客数を予測する(S403)。このように予測実行日の翌日から順番に客数の予測を実行していき、もとめた客数予測値を仮の客数実績値とする。そして仮の客数実績値をもちいて予測日の前七日間平均客数をもとめて、予測日の客数を予測する。   If the next day of the prediction execution date is prediction (YES in S401), the store server 1 determines the average number of customers for the seven days before the prediction date, including the provisional customer number actual value obtained in step S402, and The number of customers is predicted using the multiple regression equation (prediction equation) created in step S303 (S403). In this way, the number of customers is predicted in order from the next day of the prediction execution date, and the obtained number of customers predicted value is set as a provisional number of customers actual value. Then, the number of customers on the forecast date is predicted by obtaining the average number of customers for the seven days before the forecast date using the provisional customer count actual value.

また図10(b)に示すように予測実行日と予測日の間に特異日を含む場合についても、ステップS303で作成した特異日を含まないデータで作成した重回帰式を使って仮の客数予測値を求める。   In addition, as shown in FIG. 10 (b), even in the case where a specific day is included between the predicted execution date and the predicted date, the number of tentative customers is calculated using the multiple regression equation generated by the data not including the specific date generated in step S303. Find the predicted value.

店舗サーバ1は、このようにして求められた予測結果を、記録部15のテーブルTに客数データの予測値項目として保存すると同時に、表示部16を介して表示を行う(S208)。   The store server 1 stores the prediction result thus obtained in the table T of the recording unit 15 as a predicted value item of the number of customers data, and at the same time displays it through the display unit 16 (S208).

一方、店舗サーバ1は、予測日が特異日のある週であると判定すると、すなわち、予測日が特異日か、又は予測日が含まれる1週間に特異日がある場合は(S204でYES)、店舗サーバ1は予測日の特異日と同じ種類の特異日であるか、予測日の特異日と同じ種類の特異日と同じ週にある客数データを記録部15のテーブルTから取得して、重回帰分析を行い、重回帰式をもとめる(S210)。なお、図12は、予測日が特異日または特異日を含む週にある場合を説明するための図である。図12(a)は、予測日が特異日の場合を示しており、図12(b)は予測日の週に特異日が含まれる場合を示している。   On the other hand, if the store server 1 determines that the predicted date is a week with a specific date, that is, if the predicted date is a specific date or there is a specific date in one week including the predicted date (YES in S204) The store server 1 acquires from the table T of the recording unit 15 the customer number data in the same week as the singular day of the same type as the singular day of the forecast date or the same kind of singular day of the forecast date, A multiple regression analysis is performed to obtain a multiple regression equation (S210). In addition, FIG. 12 is a figure for demonstrating the case where an estimated date exists in a week containing a specific day or a specific day. FIG. 12A shows a case where the prediction date is a unique day, and FIG. 12B shows a case where the week of the prediction date includes a unique day.

ここで特異日を含む週の日の客数データから重回帰式の求め方(S210)について図13のサブフローチャートを使い説明する。   Here, how to obtain a multiple regression equation from the number of customers on the day of the week including a specific day (S210) will be described using the sub-flowchart of FIG.

店舗サーバ1はステップS203で取得した客数データから、予測日と同じ種類の特異日、または予測日と同じ種類の特異日を週内に含む客数データを全て取得する(S501)。すなわち予測日の特異日のエリアの種類と同じ種類のデータを持つ特異日のデータと、予測日の特異日のエリアの種類と同じ種類のデータを持つ特異日を週内に含む週の日のデータを取得する。次に店舗サーバ1は取得した客数データ数が所定数より大きいか否かを判定する(S502)。取得したデータ数が所定数以下の場合は(S502でNO)、データ数が少ないという警告を、表示部16を介して発する(S503)。ここでは例えば所定数は20とする。またデータ数が少ない場合は警告を発した後で処理を終了させるようにしても良い。またデータ数が少なくとも警告を発せず処理を続けても良い。次に店舗サーバ1はステップS501で取得した客数データについて、それぞれ前七日間の平均客数を計算する(S504)。そして、店舗サーバ1はステップS501で取得した客数データの曜日、降水量、前七日間平均客数を説明変数として、同じくステップS501で取得した来店客数の実績値を目的変数として重回帰分析を行い、重回帰式を求める(S505)。ここで曜日はダミー変数として、降水量は前述した離散化したデータに変換したものを使用する。   The store server 1 acquires from the customer number data acquired in step S203 all customer number data that includes the same type of unique date as the predicted date or the same type of specific date as the predicted date within the week (S501). That is, singular day data that has the same type of data as the area type of the forecast day, and the day of the week that includes the singular day that has the same type of data as the area type of the forecast day. Get the data. Next, the store server 1 determines whether or not the acquired number of customer data is larger than a predetermined number (S502). If the acquired number of data is less than or equal to the predetermined number (NO in S502), a warning that the number of data is small is issued via the display unit 16 (S503). Here, for example, the predetermined number is 20. If the number of data is small, processing may be terminated after issuing a warning. Further, the number of data may continue at least without giving a warning. Next, the store server 1 calculates the average number of customers for the previous seven days for the customer number data acquired in step S501 (S504). Then, the store server 1 performs a multiple regression analysis using the customer number data acquired in step S501 as day of the week, precipitation, the average number of customers in the previous seven days as explanatory variables, and the actual value of the number of customers acquired in step S501 as an objective variable, A multiple regression equation is obtained (S505). Here, the day of the week is used as a dummy variable, and the precipitation is converted to the discretized data described above.

このようにして重回帰式を求めると(S210)、店舗サーバ1は予測日と予測実行日が連続していないか否かを判定する(S211)。ここで予測日が予測実行日と連続している、すなわち予測日が予測実行日の翌日の場合は(S211でNO)、予測日の前七日間の平均客数をもとめ、ステップS505で作成された特異日用の重回帰式に予測日の曜日、離散化した予測降水量、前七日間平均客数を代入して予測値を求める(S212,予測手段の1つ)。このようにして求められた予測結果は記録部15のテーブルTに客数データの予測値項目として保存すると同時に、表示部16を介して例えば図9で示す表示を行う(S208)。   When the multiple regression equation is obtained in this way (S210), the store server 1 determines whether the predicted date and the predicted execution date are not consecutive (S211). Here, if the predicted date is continuous with the predicted execution date, that is, if the predicted date is the day after the predicted execution date (NO in S211), the average number of customers for the seven days before the predicted date is obtained and created in step S505. The forecast value is obtained by substituting the forecast day of the week, the discretized forecast precipitation, and the average number of customers for the previous seven days into the multiple regression equation for singular days (S212, one of the forecasting means). The prediction result obtained in this way is stored in the table T of the recording unit 15 as a prediction value item of the customer number data, and at the same time, for example, the display shown in FIG. 9 is performed via the display unit 16 (S208).

したがって、特異日である予測日または週内に特異日を持つ予測日の予測に、同じ種類の特異日の客数データと同じ種類の特異日を週内に持つ日の客数データを使って重回帰式をもとめることで、通常とは異なる特異日が与える客数の傾向を週単位で捉えることが可能となる。   Therefore, for the forecast date that is a specific date or the forecast date that has a specific date within a week, multiple regression using the customer data of the day that has the same type of specific date and the same type of specific date in the week By finding the formula, it is possible to grasp the tendency of the number of customers given by an unusual day on a weekly basis.

また、予測実行日と予測日が図10(a)に示すように連続していない場合(S211でYES)、店舗サーバ1は、予測実行日と予測日の間に、予測日とは異なる週が含まれるか否かを判定する(S213)。図14は、予測実行日と予測日との関係を示す図である。図14(a)は、予測実行日と予測日との間にある日は予測日と同じ週である場合を示しており、図14(b)は、予測実行日と予測日との間に予測日とは異なる週がある場合を示している。   Further, when the predicted execution date and the predicted date are not continuous as shown in FIG. 10A (YES in S211), the store server 1 determines that the week different from the predicted date is between the predicted execution date and the predicted date. Is included (S213). FIG. 14 is a diagram illustrating the relationship between the predicted execution date and the predicted date. FIG. 14A shows a case where the day between the predicted execution date and the predicted date is the same week as the predicted date, and FIG. 14B shows the case between the predicted execution date and the predicted date. The case where there is a week different from the forecast date is shown.

図14(a)に示すように、予測実行日と予測日の間に、予測日と同じ週しか存在しない場合は(S213でNO)、予測日の予測値を求めるために必要な前七日間の平均客数を計算することができないため、まずは予測実行日と予測日の間の日の客数を予測し、そして求めた予測実行日と予測日の間の日の予測値を仮の客数実績値として、予測日の前七日間平均をもとめた後に、客数予測を行い、予測来店客数を求める(S214,予測手段の1つ)。ここで、ステップS214の処理はステップS209の処理と同じ処理であり、図11のサブフローチャートと同様の処理を行なうが、ステップS303で作成した重回帰式の代わりにステップS505で作成した特異日用の重回帰式を用いて予測日の客数を予測する。このようにして求められた予測結果は記録部15のテーブルTに客数データの予測値項目として保存すると同時に、表示部16を介して例えば図9で示す表示を行う(S208)。   As shown in FIG. 14A, when there is only the same week as the predicted date between the predicted execution date and the predicted date (NO in S213), the previous seven days necessary for obtaining the predicted value of the predicted date The average number of customers cannot be calculated. First, the number of customers between the forecast execution date and the forecast date is forecasted, and the forecast value of the date between the forecast run date and the forecast date is calculated as the provisional customer actual value. Then, after calculating the average for the seven days before the prediction date, the number of customers is predicted to obtain the predicted number of customers visiting the store (S214, one of the prediction means). Here, the process of step S214 is the same as the process of step S209, and the same process as the sub-flowchart of FIG. 11 is performed, but for the specific day created in step S505 instead of the multiple regression equation created in step S303. The number of customers on the forecast day is predicted using the multiple regression equation. The prediction result obtained in this way is stored in the table T of the recording unit 15 as a prediction value item of the customer number data, and at the same time, for example, the display shown in FIG. 9 is performed via the display unit 16 (S208).

ここS214の処理において、予測実行日と予測日の間の期間の客数予測(S401、S402)は、ステップS505で作成した特異日用の重回帰式を用いるのは、これら予測実行日と予測日の間の日は特異日と同じ週にあり、特異日特有の影響を受けているためである。   In the process of S214, for the customer number prediction (S401, S402) in the period between the prediction execution date and the prediction date, the multiple regression equation for the singular day created in step S505 uses the prediction execution date and the prediction date. This is because the days between are in the same week as the singular day and are influenced by the singular day.

図14(b)に示すように、予測実行日と予測日の間に予測日と異なる週が存在する場合は(S213でYES)、店舗サーバ1は予測日を含まない週のデータの仮の予測値を求めるためにステップS203で取得した客数データから特異日と特異日を含む週の日のデータを除いた客数データを使い、重回帰式を求める(S215)。ここで、ステップS215の処理はステップS205の処理と同じ処理であり、図8のサブフローチャートと同様の処理を行なう。なお、予測日とは異なる週に特異日が含まれていても、特異日と特異日を含む週の日を除いた客数データをもちいて重回帰式を求める。   As shown in FIG. 14B, when there is a week different from the predicted date between the predicted execution date and the predicted date (YES in S213), the store server 1 tentatively stores the data of the week not including the predicted date. In order to obtain the predicted value, a multiple regression equation is obtained by using the customer number data obtained by removing the unique day and the weekday data including the unique day from the customer number data acquired in step S203 (S215). Here, the process of step S215 is the same as the process of step S205, and the same process as the sub-flowchart of FIG. 8 is performed. Even if a specific day is included in a week different from the predicted date, a multiple regression equation is obtained using the customer number data excluding the specific day and the day of the week including the specific day.

このようにして重回帰式を求めると(S215)、予測日まで予測来店客数を計算して予測日の予測来店客数を求める処理を行なう(S216,予測手段の1つ)。   When the multiple regression equation is obtained in this way (S215), a process of calculating the predicted number of customers on the predicted date by calculating the predicted number of customers on the predicted date is performed (S216, one of predicting means).

ここで、ステップS216の予測来店客数を求める処理を図15に示すサブフローチャートを使い説明する。先ず、店舗サーバ1は、予測実行日の翌日が予測日か否かを判定する(S601)。ここで予測実行日の翌日が予測日でない場合は(S601でNO)、翌日が予測日と同じ週か否かを判定する(S602)。ここで予測実行日の翌日が予測日と同じ週でない場合は(S602でNO)、前七日間平均客数をもとめた後、ステップS303で作成した重回帰式(特異日がない場合の重回帰式)から予測客数をもとめ、その値をその日の仮の客数実績値とする(S603)。ここで降水量に関しては“0”、すなわち雨が降らないとしても良いし、新たに予想降水量を取得するようにしても良い。このステップS603の処理が終了すると、ステップS601の処理へ戻り、再びその翌日が予測日か否かを判定する。また、予測実行日の翌日が予測日と同じ週である場合(S602でYES)、前七日間の平均客数をもとめてからステップS505で作成した重回帰式(特異日用の重回帰式)を用いて客数の予測を行う(S604)。ここで降水量に関しては“0”、すなわち雨が降らないとしても良いし、新たに予想降水量を取得するようにしても良い。このステップS604の処理が終了すると、ステップS601の処理へ戻り、再びその翌日が予測日かを判定する。   Here, the process for obtaining the predicted number of customers in step S216 will be described using the sub-flowchart shown in FIG. First, the store server 1 determines whether or not the next day of the predicted execution date is a predicted date (S601). If the next day of the predicted execution date is not the predicted date (NO in S601), it is determined whether or not the next day is the same week as the predicted date (S602). If the next day of the predicted execution date is not the same week as the predicted date (NO in S602), after calculating the average number of customers for the previous seven days, the multiple regression equation created in step S303 (multiple regression equation when there is no specific day) ) To obtain the predicted number of customers, and set the value as the provisional number of customers for the day (S603). Here, regarding precipitation, it may be “0”, that is, it may not rain, or a new predicted precipitation may be acquired. When the process of step S603 ends, the process returns to the process of step S601, and it is determined again whether or not the next day is the predicted date. If the next day of the predicted execution date is the same week as the predicted date (YES in S602), the multiple regression equation (multiple regression equation for a specific day) created in step S505 after obtaining the average number of customers for the previous seven days is obtained. The number of customers is predicted by using (S604). Here, regarding precipitation, it may be “0”, that is, it may not rain, or a new predicted precipitation may be acquired. When the process of step S604 ends, the process returns to step S601 to determine again whether the next day is the predicted date.

一方、予測実行日の翌日が予測日である場合(S601でYES)、ステップS603,S604の処理で求めた仮の客数実績値も含めて前七日間の平均客数をもとめてからステップS505で作成した特異日用の重回帰式を用いて客数の予測を行う(S605)。降水量は例えばステップS202で取得したものを離散化したデータを使用する。   On the other hand, if the next day of the predicted execution date is the predicted date (YES in S601), the average number of customers for the previous seven days including the temporary customer number actual value obtained in the processing of steps S603 and S604 is obtained and then created in step S505. The number of customers is predicted using the multiple regression equation for a specific day (S605). For precipitation, for example, data obtained by discretizing the data acquired in step S202 is used.

このように予測実行日の翌日から順番に客数の予測を実行していき、もとめた客数予測値を仮の客数実績値とする。そして仮の客数実績値をもちいて予測日の前七日間平均客数をもとめて予測日の客数を予測する。このようにして求められた予測結果は記録部15のテーブルTに客数データの予測値項目として保存すると同時に、表示部を介して例えば図9で示す表示を行う(S208)。   In this way, the number of customers is predicted in order from the next day of the prediction execution date, and the obtained number of customers predicted value is set as a provisional number of customers actual value. Then, the number of customers on the forecast date is predicted using the provisional customer number actual value to obtain the average number of customers for the seven days before the forecast date. The prediction result obtained in this way is stored in the table T of the recording unit 15 as a prediction value item of customer number data, and at the same time, for example, the display shown in FIG. 9 is performed via the display unit (S208).

また、予測実行日と予測日の間に特異日を含む週がある場合についても、その特異日を含む週が予測日の含まれる週と異なる場合は、特異日を含まないデータで作成した重回帰式を使って仮の客数予測値を求める。   Also, if there is a week that includes a specific day between the predicted execution date and the predicted date, if the week that includes the specific day is different from the week that includes the predicted date, the duplicate created with data that does not include the specific day Use the regression formula to calculate the estimated number of customers.

ここで、予測客数と実績値が大きく異なる場合を考える。すなわち、実際の来店客数に突発的な大きな変動が起こった場合に実際の来店客数を次の予測に活用すると、その後の予測値が大きく狂う可能性があるため、これら来店客数は予測に用いないほうが良い。そこで、実際の客数の値から前七日間の平均を求めるときに、実際の客数と予測値の差が、ユーザが指定する閾値以上であった場合、その週の客数データは計算には用いないようにする。または、平均値を求めるときに、実際の客数を使わずに、そのときの予測値を使うようにする。以下では、実際の客数と予測値の差が、ユーザが指定する閾値以上であった場合、その週の客数データは計算には用いないようにする場合について説明する。   Here, let us consider a case where the predicted number of customers and the actual value differ greatly. In other words, if the actual number of customers suddenly fluctuates, if the actual number of customers is used for the next forecast, the predicted value after that may be greatly distorted. Better. Therefore, when the average of the previous seven days is calculated from the value of the actual number of customers, if the difference between the actual number of customers and the predicted value is greater than or equal to the threshold specified by the user, the number of customers data for that week is not used for the calculation. Like that. Or, when calculating the average value, the predicted value at that time is used instead of the actual number of customers. Hereinafter, a case will be described in which, when the difference between the actual number of customers and the predicted value is greater than or equal to a threshold specified by the user, the number of customers data for that week is not used in the calculation.

予測値と実際の客数の比較を、店舗サーバ1がPOSデータを記録部15に記録する際に行う処理を図16のフローチャートを使い説明する。
ステップS701及びS702の処理は、ステップS101及びS102とそれぞれ同様な処理であるため説明を省略する。店舗サーバ1は、ステップS702で集計した実際の客数と記録部15に記録されているステップS702で集計した客数と同じ日付の予測値とを比較することにより、予測値と実際の客数との誤差の絶対値が所定値以上かどうか調べる(S703)。ここでは所定値として、1000を用いる。すなわち、来店客数と予測来店客数とに1000人以上の差があった場合のデータを用いないようにする。
A process performed when the store server 1 records the POS data in the recording unit 15 to compare the predicted value with the actual number of customers will be described with reference to the flowchart of FIG.
Since the processes in steps S701 and S702 are the same as those in steps S101 and S102, description thereof will be omitted. The store server 1 compares the actual number of customers tabulated in step S702 with the predicted value of the same date as the number of customers tabulated in step S702 recorded in the recording unit 15, and thereby the error between the predicted value and the actual number of customers. It is checked whether the absolute value of is not less than a predetermined value (S703). Here, 1000 is used as the predetermined value. That is, data when there is a difference of 1000 or more between the number of customers and the predicted number of customers is not used.

次に店舗サーバ1は実際の来店客数に、POSデータから取得した日付と曜日、入力部17から取得した営業時間内の降水量と、ステップS703の比較結果を併せて、図17に示す記録部15内の表形式のテーブルT´に客数データとして保存する(S704)。図17は、図5で説明したテーブルTに日付に対応させて誤差のエリアを設けたテーブルT´を示す図である。ステップS704の比較結果は例えば誤差が1000以上の場合は“1”、誤差が1000未満である場合は“0”としてテーブルT´の誤差のエリアに記録される。   Next, the store server 1 combines the actual number of customers with the date and day of the week acquired from the POS data, the precipitation amount during business hours acquired from the input unit 17, and the comparison result of step S703, as shown in FIG. The number of customers is stored in the table T ′ in the table format 15 (S704). FIG. 17 is a diagram showing a table T ′ in which error areas are provided corresponding to dates in the table T described in FIG. The comparison result in step S704 is recorded in the error area of the table T ′ as “1” when the error is 1000 or more and “0” when the error is less than 1000, for example.

このように実際の客数と過去に行われた予測値とを比較した結果を客数データに加えることで、例えば店舗サーバ1はステップST203の処理で記録部15から客数データを取得する際に、誤差のエリアが“0”、すなわち予測値と実際の客数の誤差が1000未満の客数データだけを取得することができる。また、店舗サーバ1が客数データを週単位で取得する場合は、週内のデータに誤差項目が1つでも“1”がある場合はその週すべてのデータを除外した客数データを取得することが可能となる。または、店舗サーバ1は誤差のエリアが“1”のものは実際のデータの代わりに予測値を取得するようにしても良い。この場合も店舗サーバ1が客数データを週単位で取得する場合は、週内のデータに誤差のエリアが1つでも“1”がある場合は、その週すべてに対して予測値データを取得するようにしても良い。   Thus, by adding the result of comparing the actual number of customers and the predicted value made in the past to the number of customers data, for example, when the store server 1 acquires the number of customers data from the recording unit 15 in the process of step ST203, an error occurs. Area number “0”, that is, only the number-of-customer data in which the error between the predicted value and the actual number of customers is less than 1000 can be acquired. In addition, when the store server 1 acquires customer data in units of weeks, if there is one error item in the data in the week, it is possible to acquire customer data excluding all data for that week. It becomes possible. Alternatively, the store server 1 may acquire a predicted value instead of actual data when the error area is “1”. Also in this case, when the store server 1 acquires customer number data on a weekly basis, if there is one error area in the data in the week, the prediction value data is acquired for all the weeks. You may do it.

予測値が実際の客数と比べて大きく異なる原因は、予想に用いた降水量と実際の降水量が大きく異なったとか、特異日として設定した以外の地域行事が行われたとか、猛暑であったとかなどの影響が考えられる。このような来客数に与える影響がその日限りの要因の場合は、その要因をその後の予測に影響しないようにする必要がある。そのためこれら影響を受けたと考えられる、すなわち予測値との誤差が1000以上の実際の客数は予測に使用しないようにすることで、予測精度を向上させることができる。   The reason why the forecast value differs greatly from the actual number of customers is that the precipitation used for the forecast and the actual precipitation differ greatly, or that local events other than those set as special days were held, it was extremely hot The influence such as. If the effect on the number of visitors is a factor for the day, it is necessary to prevent that factor from affecting subsequent forecasts. For this reason, it is possible to improve the prediction accuracy by not using the actual number of customers that are considered to be affected by this, that is, the actual number of customers whose error from the predicted value is 1000 or more.

また予測値と実際の客数が大きく異なった要因が競合他店など、影響がその日限りでなく、継続して続く場合は、これら影響をその後の予測に入れる必要があるため、誤差が1000以上でも実際の客数を用いて予測を行う。   In addition, if the impact is not limited to the day, and the factor that greatly differs from the predicted value and the actual number of customers is not limited to that day, it will be necessary to incorporate these impacts into subsequent forecasts. Forecast using the actual number of customers.

予測値と実際の客数の誤差が大きくなった要因がその日限りか、その後も継続するかは、客数データ内の誤差要因で“1”の値が所定日数以上続くかどうで判断できる。ここでは例えば所定日数として“7”を用いる
次に客数予測値と実績値の誤差が大きい場合の客数データの取得する処理について、図18に示すフローチャートを使って説明する。この処理は、ステップS203の処理の代わりに行うものである。
Whether the factor of the error between the predicted value and the actual number of customers is limited to that day or whether it continues thereafter can be determined by whether the value of “1” continues for a predetermined number of days or more due to an error factor in the number of customers data. Here, for example, “7” is used as the predetermined number of days. Next, a process for acquiring customer number data when the error between the predicted customer number and the actual value is large will be described with reference to the flowchart shown in FIG. This process is performed instead of the process of step S203.

最初に店舗サーバ1は予測実行日より過去のデータを1週間分読み込む(S801)。そして、誤差があるか否かを、すなわち読み込んだ1週間分のデータの誤差のエリアが“1”である日が含まれているか否かを判定する(S802)。誤差がないと判定したとき、すなわち、1週間分のデータの誤差のエリアが“1”である日が1つもなかったら(S802でNO)、読み込んだ1週間分のデータを取得データに加える(S803)。このように読み込んだ週を取得データに加えると、取得データ数が所定数(例えば、365)以上か否かを判定する(S804)。所定数以上でないと判定すると(S804でNO)、ステップS801の処理へ戻る。   First, the store server 1 reads past data for one week from the predicted execution date (S801). Then, it is determined whether or not there is an error, that is, whether or not a day in which the error area of the read data for one week is “1” is included (S802). When it is determined that there is no error, that is, when there is no day in which the error area of the data for one week is “1” (NO in S802), the read one week of data is added to the acquired data ( S803). When the week thus read is added to the acquired data, it is determined whether or not the number of acquired data is a predetermined number (for example, 365) or more (S804). If it is determined that the number is not greater than the predetermined number (NO in S804), the process returns to step S801.

また、誤差があると判定したとき、すなわち、1週間分のデータの誤差のエリアが“1”である日が1つ以上あったならば(S802でYES)、“1”となっている誤差のエリアが所定数以上連続しているかを判定する(S805)。誤差のエリアが“1”の日が所定数以上連続するなら(S805でYES)、ステップS803の処理へ戻り、この週は取得データに追加する(S803)。ここでは所定数として例えば7を用いる。すなわち、連続7日以上続いた場合は、誤差ではなく影響が継続する場合であると考えられるからである。   If it is determined that there is an error, that is, if there is one or more days in which the data error area for one week is “1” (YES in S802), the error is “1”. It is determined whether a predetermined number or more of the areas are continuous (S805). If there are more than a predetermined number of days with an error area of “1” (YES in S805), the process returns to step S803, and this week is added to the acquired data (S803). Here, for example, 7 is used as the predetermined number. That is, if it continues for 7 consecutive days or more, it is considered that the influence continues, not the error.

所定数以上連続しない場合は(S805でNO)、前後の週につながる日、すなわち週の端である初日と最終日のいずれかまたは両方の誤差のエリアが“1”であるかを判定する(S806)。もし週の端に誤差項目が“1”の日がなかったら、読み込んだ週は取得せず、ステップS801の処理へ戻り、次の1週間分のデータを読み込む(S801)。   If the predetermined number or more does not continue (NO in S805), it is determined whether the area connected to the preceding and succeeding weeks, that is, the error area of either or both of the first day and the last day, which is the end of the week, is “1” ( S806). If there is no day whose error item is “1” at the end of the week, the read week is not acquired, and the process returns to the process of step S801 to read data for the next week (S801).

週の端に誤差のエリアが“1”である日があるときは(S806でYES)、その日に続く日を順次見ていき、誤差のエリアが“1”の日が連続しているかを判定する(S808)。この所定数も上記場合と同様に、例えば7とする。誤差が所定数以上連続している場合には(S808でYES)、この週のデータを取得する(S803)。所定数以上連続していないなら(S808でNO)、この週のデータは取得せず、ステップS801の処理へ戻る。   If there is a day where the error area is “1” at the end of the week (YES in S806), the days following that day are sequentially viewed to determine whether the error area is “1” in succession. (S808). The predetermined number is also set to 7, for example, as in the above case. If there are more than a predetermined number of errors (YES in S808), data for this week is acquired (S803). If the predetermined number or more is not continuous (NO in S808), the data for this week is not acquired, and the process returns to Step S801.

一方、ステップS804において、店舗サーバ1は取得データが所定数以上であると判定すると(S804でYES)、予測実行日から日付の近い所定数のデータを取得データとする(S809)。   On the other hand, if the store server 1 determines in step S804 that the acquired data is greater than or equal to a predetermined number (YES in S804), the store server 1 sets a predetermined number of data closer to the date from the predicted execution date as acquired data (S809).

図19は、予測実行日以前の誤差のエリアに記憶されたデータだけを時系列順に並べたものである。どのような週を取得するかをこの図19を参照して説明する。ここで所定数としての誤差の連続数は7とする。先ず、予測実行日を含む最初の週(a)は、誤差を含まないので、そのまま取得する。週(b)は週内に7以上の誤差はないが、週(c)にまたがって誤差が7以上連続しているので、この週は取得する。週(c)は週内に誤差のある日が7以上あるので、取得する。週(d)は、誤差はあるが7以上連続せず、前後の週に連続していないので、この週は取得しない。   FIG. 19 shows only the data stored in the error area before the prediction execution date arranged in chronological order. What kind of week is acquired will be described with reference to FIG. Here, the continuous number of errors as the predetermined number is 7. First, since the first week (a) including the predicted execution date does not include an error, it is acquired as it is. The week (b) has no error of 7 or more within the week, but since the error is 7 or more continuous over the week (c), this week is acquired. Week (c) is acquired because there are seven or more days with errors in the week. Although there is an error, week (d) is not continuous for 7 or more, and is not continuous for the preceding and succeeding weeks, so this week is not acquired.

POSデータは記録部15のテーブルT´に時系列で記録されているため説明変数にデータを用いた場合に、重回帰式を作成する際に誤差(異常値)があると判断された場合は、誤差と判定されなかったPOSデータ(当初利用予定のPOSデータを時間的に遡ったPOSデータ)を用意する必要があるが、時系列で保存されているデータはデータの時間的な並びが重要であり、時間的に遡ったデータを用いると、すなわち、予測日より時間的に離れたデータを用いると予測精度が悪くなる可能性がある。しかしながら、この実施の形態によると、予測来店客数と実績来店客数の誤差を判定し、また、その誤差が所定数以上連続している場合には、実績来店客数に基づいて予測を行なうことにより、説明変数に用いるPOSデータに誤差があるか否かを簡単にかつ柔軟に判定することができ、POSデータに誤差があると判定した場合にも、予測精度を落とさないようにすることができる。   Since POS data is recorded in time series in the table T ′ of the recording unit 15, when data is used as an explanatory variable, when it is determined that there is an error (abnormal value) when creating a multiple regression equation Although it is necessary to prepare POS data that has not been determined to be an error (POS data that is temporally retroactive from the POS data that was originally scheduled to be used), the temporal arrangement of data is important for data stored in time series Therefore, if data that goes back in time is used, that is, if data that is separated in time from the prediction date is used, the prediction accuracy may deteriorate. However, according to this embodiment, by determining the error between the predicted number of customers and the actual number of customers, and when the error is more than a predetermined number, by making a prediction based on the actual number of customers, Whether or not there is an error in the POS data used as the explanatory variable can be determined easily and flexibly, and even when it is determined that there is an error in the POS data, the prediction accuracy can be prevented from being lowered.

すなわち、所定数以上誤差が連続している場合は、その週のデータを取得することにより大きな誤差があっても長期的なトレンドを示すような週のデータを取得することが出来る。   In other words, if errors of a predetermined number or more continue, it is possible to acquire weekly data indicating a long-term trend even if there is a large error by acquiring data for that week.

上述のように予測した予測結果である来店客数は、例えば仕入れ担当者が商品の発注数量を決める際に参考にすることができ、また、パート・アルバイトなど、スタッフのシフト管理の参考にもできる。   The number of customers visiting the store, which is the prediction result predicted as described above, can be used as a reference when purchasing personnel determine the order quantity of products, and can also be used as a reference for staff shift management such as part-time jobs. .

本実施の形態では装置内部に発明を実施する機能が予め記録されている場合で説明したが、これに限らず同様の機能をネットワークから装置にダウンロードしても良いし、同様の機能を記録媒体に記憶させたものを装置にインストールしても良い。記録媒体としては、CD−ROM等プログラムを記憶でき、かつ、装置が読取り可能な記録媒体であれば、その形態は何れの形態であっても良い。またこのように、予めインストールやダウンロードにより得る機能は装置内部のオペレーティングシステム(OS)等と協同してその機能を実現させるものであっても良い。   In this embodiment, the function for carrying out the invention is recorded in advance in the apparatus. However, the present invention is not limited to this, and the same function may be downloaded from the network to the apparatus. You may install what was memorize | stored in the apparatus. The recording medium may be in any form as long as it can store a program such as a CD-ROM and can be read by the apparatus. As described above, a function obtained by installation or download in advance may be realized in cooperation with an operating system (OS) or the like inside the apparatus.

なお、本発明は、上述した実施の形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できるものである。   Note that the present invention is not limited to the above-described embodiments as they are, and can be embodied by modifying constituent elements without departing from the scope of the invention in the implementation stage.

本発明の実施の形態におけるネットワークシステムを概略的に示す図。1 is a diagram schematically showing a network system in an embodiment of the present invention. 同実施の形態における店舗サーバの要部構成を示すブロック図。The block diagram which shows the principal part structure of the store server in the embodiment. 同実施の形態におけるPOS端末装置の要部構成を示すブロック図。The block diagram which shows the principal part structure of the POS terminal device in the embodiment. 同実施の形態におけるPOSデータ取得処理を示すフローチャート。The flowchart which shows the POS data acquisition process in the embodiment. 同実施の形態における客数データを示すテーブル。The table which shows the customer number data in the same embodiment. 同実施の形態における来店客数予測処理を示すフローチャート。The flowchart which shows the store visitor number prediction process in the embodiment. 同実施の形態における予測日が含まれる1週間に特異日がない場合を説明するための図。The figure for demonstrating the case where there is no peculiar day in one week in which the prediction date in the same embodiment is contained. 同実施の形態におけるステップS205のサブフローチャート。The sub-flowchart of step S205 in the same embodiment. 同実施の形態における予測結果の表示例を示す図。The figure which shows the example of a display of the prediction result in the same embodiment. 同実施の形態における予測実行日と予測日の関係を示す図。The figure which shows the relationship between the prediction execution date and prediction date in the embodiment. 同実施の形態におけるステップS209のサブフローチャートSub-flowchart of step S209 in the same embodiment 同実施の形態における予測日が特異日または特異日を含む週にある場合を説明するための図。The figure for demonstrating the case where the prediction day in the embodiment exists in a week containing a specific day or a specific day. 同実施の形態におけるステップS210のサブフローチャート。The sub-flowchart of step S210 in the embodiment. 同実施の形態における予測実行日と予測日との関係を示す図。The figure which shows the relationship between the prediction execution date and prediction date in the embodiment. 同実施の形態におけるステップS216のサブフローチャート。The sub-flowchart of step S216 in the embodiment. 同実施の形態におけるPOSデータを記録部に記録する処理を示すフローチャート。6 is a flowchart showing processing for recording POS data in a recording unit in the embodiment. 同実施の形態における記録部に記録される客数データを示すテーブル。The table which shows the customer number data recorded on the recording part in the embodiment. 同実施の形態における客数予測値と実績値の誤差が大きい場合の客数データを取得する処理を示すフローチャート。The flowchart which shows the process which acquires the number-of-customer data in case the error of the number-of-customer predicted value and a track record value in the embodiment is large. 同実施の形態における予測実行日以前の誤差のエリアに記憶されたデータだけを時系列順に並べた図。The figure which arranged only the data memorize | stored in the area of the error before the prediction execution date in the same embodiment in time series.

符号の説明Explanation of symbols

1…店舗サーバ、2…POS端末装置、3…ネットワーク、11,21…CPU、12,22…ROM、13,23…RAM、14,24…通信制御部、15,25…記録部、16,26…表示部、17,27…入力部、18,29…時計部、28…バーコード接続部、T,T´…テーブル DESCRIPTION OF SYMBOLS 1 ... Store server, 2 ... POS terminal device, 3 ... Network, 11, 21 ... CPU, 12, 22 ... ROM, 13, 23 ... RAM, 14, 24 ... Communication control part, 15, 25 ... Recording part, 16, 26 ... Display unit, 17, 27 ... Input unit, 18, 29 ... Clock unit, 28 ... Bar code connection unit, T, T '... Table

Claims (6)

時系列に1日単位で保存された実績来店客数を取得する取得手段と、
この取得手段で取得した実績来店客数から予測対象日前の所定期間の平均来店客数を算出する算出手段とを具備することを特徴とする来店客数予測サーバ。
An acquisition means for acquiring the number of visits to the store, which is stored in units of one day in time series;
A store visitor number prediction server comprising: a calculation unit that calculates an average number of store visitors for a predetermined period before the prediction target date from the actual store visitor number acquired by the acquisition unit.
前記算出手段で算出した平均来店客数に基づいて前記予測対象日の来店客数を予測する予測手段を具備することを特徴とする請求項1記載の来店客数予測サーバ。   2. The store visitor number predicting server according to claim 1, further comprising a predicting unit that predicts the store visitor day on the basis of the average store visitor calculated by the calculating unit. 前記所定期間は、週単位であることを特徴とする請求項1又は2記載の来店客数予測サーバ。   3. The store visitor number prediction server according to claim 1, wherein the predetermined period is a week unit. 前記所定期間は、来店客数の傾向が異なる日である特異日のない1週間であることを特徴とする請求項1又は2記載の来店客数予測サーバ。   3. The store visitor number prediction server according to claim 1 or 2, wherein the predetermined period is a week without a peculiar day, which is a day with different tendencies of store visitor numbers. コンピュータに、
時系列に1日単位で保存された実績来店客数を取得させる取得機能と、
この取得機能で取得させた実績来店客数から予測対象日前の所定期間の平均来店客数を算出させる算出機能とを実現させる来店客数予測プログラム。
On the computer,
An acquisition function that allows you to acquire the actual number of customers visiting the store in a time series,
A store visitor number prediction program that realizes a calculation function for calculating an average store visitor number for a predetermined period before the prediction target date from the actual store visitor number acquired by the acquisition function.
前記算出機能で算出させた平均来店客数に基づいて前記予測対象日の来店客数を予測させる予測機能をさらに実現させる請求項5に記載の来店客数予測プログラム。   The store visitor number prediction program according to claim 5, further realizing a prediction function for predicting the store visitor number on the prediction target day based on the average visitor number calculated by the calculation function.
JP2006143070A 2006-05-23 2006-05-23 Server and program for predicting number of visitors Pending JP2007316745A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006143070A JP2007316745A (en) 2006-05-23 2006-05-23 Server and program for predicting number of visitors

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006143070A JP2007316745A (en) 2006-05-23 2006-05-23 Server and program for predicting number of visitors

Publications (1)

Publication Number Publication Date
JP2007316745A true JP2007316745A (en) 2007-12-06

Family

ID=38850570

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006143070A Pending JP2007316745A (en) 2006-05-23 2006-05-23 Server and program for predicting number of visitors

Country Status (1)

Country Link
JP (1) JP2007316745A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011221693A (en) * 2010-04-07 2011-11-04 Nippon Telegr & Teleph Corp <Ntt> Method, apparatus and program for detecting change in geographical attribute
JP2020071664A (en) * 2018-10-31 2020-05-07 株式会社リクルート Order management system and program
CN113822723A (en) * 2021-09-29 2021-12-21 平安银行股份有限公司 Method, device, equipment and medium for analyzing network passenger flow based on big data
JP7038447B1 (en) 2021-05-19 2022-03-18 株式会社刀 Visitor number prediction device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011221693A (en) * 2010-04-07 2011-11-04 Nippon Telegr & Teleph Corp <Ntt> Method, apparatus and program for detecting change in geographical attribute
JP2020071664A (en) * 2018-10-31 2020-05-07 株式会社リクルート Order management system and program
JP7038447B1 (en) 2021-05-19 2022-03-18 株式会社刀 Visitor number prediction device
JP2022178021A (en) * 2021-05-19 2022-12-02 株式会社刀 Visitor number prediction apparatus
CN113822723A (en) * 2021-09-29 2021-12-21 平安银行股份有限公司 Method, device, equipment and medium for analyzing network passenger flow based on big data
CN113822723B (en) * 2021-09-29 2024-02-09 平安银行股份有限公司 Method, device, equipment and medium for analyzing website passenger flow based on big data

Similar Documents

Publication Publication Date Title
JP5130851B2 (en) Model creation support system, model creation support method, model creation support program
Guizzardi et al. Big data from dynamic pricing: A smart approach to tourism demand forecasting
JP4928962B2 (en) How to predict call volume
JP2006079483A (en) Traffic information providing apparatus and traffic information providing method
JP2006039978A (en) Traffic information providing apparatus and traffic information providing method
JP2007316745A (en) Server and program for predicting number of visitors
JP7409080B2 (en) Learning data generation method, learning data generation program, and information processing device
JP2002203085A (en) Assistance system of employee shift plan
Poon et al. Long-time gap crowd prediction using time series deep learning models with two-dimensional single attribute inputs
Camiat et al. Productivity-driven physician scheduling in emergency departments
JP2007316747A (en) Server and program for predicting number of visitors
Dhivya Bharathi et al. Bus travel time prediction: a log-normal auto-regressive (AR) modelling approach
JP2007316746A (en) Server and program for predicting number of visitors
JP2002297958A (en) Daily delivery goods ordering optimization support system, its method and program
KR20160036710A (en) System for predicting future traffic situations
Hassani et al. Real-time personnel re-scheduling after a minor disruption in the retail industry
JP2007316758A (en) Server and program for predicting number of visitors
Monahan et al. Schedule-based metrics for the evaluation of clinic performance and potential recovery of cancelled appointments
JP7329885B2 (en) Information visualization processing device, information visualization processing system, information visualization processing method, and information visualization processing computer program
JP2006146763A (en) Care-need certificated person number prediction system
JP2007122264A (en) Prediction system for management or demand and prediction program to be used for the same
JP2007265317A (en) Method and system for predicting the number of visitors
JP5079901B1 (en) Prediction method and prediction device for changes in work volume and number of visitors
JP4764744B2 (en) Travel plan creation program and travel plan creation device
JP2004094809A (en) Hotel reservation estimating model creating method