class Statsample::Factor::Quartimax

Public Instance Methods

rotation_name() click to toggle source
# File lib/statsample/factor/rotation.rb, line 192
def rotation_name
  "Quartimax"
end
x(a,b,c,d) click to toggle source
# File lib/statsample/factor/rotation.rb, line 186
def x(a,b,c,d)
  d
end
y(a,b,c,d) click to toggle source
# File lib/statsample/factor/rotation.rb, line 189
def y(a,b,c,d)
  c
end