Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FLOTを使用して正規分布チャートを作成しようとした人はいますか?
もしそうなら、いくつかの提案とチュートリアルへのリンクで私を正しい方向に向けていただけますか?
ありがとう。
FLOTは単なるプロットエンジンです。ベルカーブを作成する場合は、確率密度関数に一連のx値を入力し、結果のポイントをプロットする必要があります。
たとえば、ここからの関数を使用してこれを作成しました。
これが私の仕事を示すjsFiddleです。