fullseye

pairs_to_table — REPRCONV pairs op

使い方

(N,2) → 要約 table一方向

x_uniform は「列 0 が等間隔か」の判定で、これが False の対を :func:pairs_to_signal に通すと x が黙って落ちる(上の docstring 参照)。 判定は最大差分と最小差分の比で行い、閾値は 1e-9(相対)。

Args: pairs: (N, 2)。 Returns: dict(n / x_min / x_max / y_min / y_max / y_mean / x_uniform / x_step(等間隔のときのみ) / pearson_r(N >= 2 かつ両列が定数でないとき))。 Raises: ValueError: 形状不正 / 非有限。

参考(サンプルデータ・文献)

実行できる例(この op を実際に呼ぶ検証済みサンプル)

型が繋がる次の op(table を入力に取れる)

同カテゴリ(pairs)

pairs_to_signal · pairs_to_image2d


Provenance: reprconv.py — REPRCONV operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.