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.
100 列の数値を含むデータ フレームがあり、各列は最初の列の異なる循環シフトです。これらの列に 1 つずつ LOESS フィルターを適用する必要があります。私のコンテキストでは、共変量は単純で、 index だけ1, 2, 3, ..., <number of rows>です。
1, 2, 3, ..., <number of rows>
新しいデータ フレームで平滑化された値を取得するにはどうすればよいですか? ありがとうございました!