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)
In the README, it says the following about the Picard settings:
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:
where the non-picard implementations are taken from MNE-Python (or sklearn in case of FastICA)