From bea6d3f94dffa46f913326d5d00f2644b5621148 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sat, 29 Oct 2011 01:24:36 +0000 Subject: [PATCH] 2011-10-29 Junichi Satoh * include/help/ja/help_projection_graph.php, include/help/ja/help_prediction_date.php: Added new help files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5101 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ .../include/help/ja/help_prediction_date.php | 16 ++++++++++++++++ .../include/help/ja/help_projection_graph.php | 17 +++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 pandora_console/include/help/ja/help_prediction_date.php create mode 100644 pandora_console/include/help/ja/help_projection_graph.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cea96af128..94ef771c28 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-10-29 Junichi Satoh + + * include/help/ja/help_projection_graph.php, + include/help/ja/help_prediction_date.php: Added new help files. + 2011-10-28 Juan Manuel Ramon * godmode/modules/manage_network_components_form.php diff --git a/pandora_console/include/help/ja/help_prediction_date.php b/pandora_console/include/help/ja/help_prediction_date.php new file mode 100644 index 0000000000..597d2a3627 --- /dev/null +++ b/pandora_console/include/help/ja/help_prediction_date.php @@ -0,0 +1,16 @@ +

予測日時

+ + +

予測日時は、将来モジュールデータが指定した範囲になる日時を予測します。最小二乗法を利用しています。

+ +

+間隔(Period): 予測に使うデータの時間間隔 +

+

+データ範囲(Data Range): 予測日時を返すモジュールデータの範囲 +

+ +

以下の例では、disk_temp_free というモジュールで、二か月間を選択しデータ範囲を [5-0] として、04 Dec 2011 18:36:23 が出力されています。

+

これはグラフ表示バージョンです。

+ + '210')); ?> diff --git a/pandora_console/include/help/ja/help_projection_graph.php b/pandora_console/include/help/ja/help_projection_graph.php new file mode 100644 index 0000000000..f4b586777e --- /dev/null +++ b/pandora_console/include/help/ja/help_projection_graph.php @@ -0,0 +1,17 @@ +

予想グラフ

+ + + '210')); ?> +
+

+予想グラフは将来のモジュールデータを予想します。予想は線形回帰を利用しています。 +

+

+重要なパラメータは次の通りです。 +

+

+間隔(Period): 予想に使うデータの時間間隔 +

+

+予想間隔(Projection period): モジュールデータを予想する将来の時間間隔 +