chaotic_pfc.cli.analysis¶ Statistical analysis of sweep data. Functions add_parser(subparsers) Register the run analysis subcommand. run(args) Execute the analysis experiment. chaotic_pfc.cli.analysis.add_parser(subparsers)[source]¶ Register the run analysis subcommand. Parameters: subparsers (_SubParsersAction) Return type: None chaotic_pfc.cli.analysis.run(args)[source]¶ Execute the analysis experiment. Parameters: args (Namespace) Return type: int