Skip to content

Example request: compare Picard "settings" with FastICA, Infomax, Extended Infomax #28

Description

@sappelhoff

In the README, it says the following about the Picard settings:

ortho=False, extended=False: same solution as Infomax
ortho=False, extended=True: same solution as extended-Infomax
ortho=True, extended=True: same solution as FastICA

It'd be nice to have an example (using real data, e.g., EEG data [because that's probably what most users deal with]) and compare in this example directly:

  • Picard (ortho=False, extended=False) with Infomax
  • Picard (ortho=False, extended=True) with extended Infomax
  • Picard (ortho=True, extended=True) with FastICA

where the non-picard implementations are taken from MNE-Python (or sklearn in case of FastICA)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions