Value conversion & values outside expected range
Posted: Thu May 02, 2019 12:42 am
Hi there,
Just hoping I can get some help understanding some of this stuff. I pulled .csv files into R and noticed values for each of the four channels, per band frequency. I am specifically looking at alpha. Am I correct in assuming these values are meant to fall between the expected -1.0 and 1.0 range? Is it normal for values to fall outside of that range? I have a mean alpha value for AF8 at -3.377.
I am also attempting to convert these values to the 0 to 100 display_value range, with the following formula you provided in another thread:
display_value = (value+1)/0.02
Is this the correct method? I've noticed some of my results have been far below the 0 minimum, and just thought I should make sure I was doing this correctly. Using the formula above, the text value of my mean alpha AF8 value would be -118.86.
EDIT: I think I got this all wrong, and I am supposed to convert the value from log10, based on a comment here from Ben Shapiro (result: 0.004). Any confirmation on this would be greatly appreciated!
With thanks,
Spencer
Just hoping I can get some help understanding some of this stuff. I pulled .csv files into R and noticed values for each of the four channels, per band frequency. I am specifically looking at alpha. Am I correct in assuming these values are meant to fall between the expected -1.0 and 1.0 range? Is it normal for values to fall outside of that range? I have a mean alpha value for AF8 at -3.377.
I am also attempting to convert these values to the 0 to 100 display_value range, with the following formula you provided in another thread:
display_value = (value+1)/0.02
Is this the correct method? I've noticed some of my results have been far below the 0 minimum, and just thought I should make sure I was doing this correctly. Using the formula above, the text value of my mean alpha AF8 value would be -118.86.
EDIT: I think I got this all wrong, and I am supposed to convert the value from log10, based on a comment here from Ben Shapiro (result: 0.004). Any confirmation on this would be greatly appreciated!
With thanks,
Spencer