Last modified by - 8 years ago
581 Views
1 min read

Regression Calculator

Theme Bootstrap
Targeted Device Medium devices (desktops, 992px and up) users. Collapsed to start, horizontal above breakpoints.
Label Position Top
Radios and Checkboxes Stacked
Element Size Medium

Shows calculation of slope, intercept, and correlation of a function in WordPress

WP App Studio Statistical functions

Slope:

SLOPE( Array(!#ent_regression_y1#, !#ent_regression_y2#, !#ent_regression_y3#, !#ent_regression_y4#,!#ent_regression_y5#),Array(!#ent_regression_x1#, !#ent_regression_x2#, !#ent_regression_x3#, !#ent_regression_x4#,!#ent_regression_x5#))

Intercept:

INTERCEPT( Array(!#ent_regression_x1#, !#ent_regression_x2#, !#ent_regression_x3#, !#ent_regression_x4#,!#ent_regression_x5#),Array(!#ent_regression_y1#, !#ent_regression_y2#, !#ent_regression_y3#, !#ent_regression_y4#,!#ent_regression_y5#))

Correlation:

CORREL( Array(!#ent_regression_x1#, !#ent_regression_x2#, !#ent_regression_x3#, !#ent_regression_x4#,!#ent_regression_x5#),Array(!#ent_regression_y1#, !#ent_regression_y2#, !#ent_regression_y3#, !#ent_regression_y4#,!#ent_regression_y5#))

[regression_calc]
Related Embeds
Previous Next
Related Panels
Related Articles
Related Documents
Previous Next
Was this information helpful?