logical regression equation

620
2
05-11-2012 07:46 PM
ThomasKwan
New Contributor
1/(1 + Power(2.71828, (-1 * (("slope" * 0.0531159)+ ("solar" * -0.0012492) 1.5494739))))

I entered this logical regression statement into raster calculator. I can't figure out for the life of me what is the syntax error in the statement. Any help is appreciated.
0 Kudos
2 Replies
Luke_Pinner
MVP Regular Contributor
You are missing an operator before "1.5494739"
1/(1 + Power(2.71828, (-1 * (("slope" * 0.0531159)+ ("solar" * -0.0012492) missing operator, i.e. +-/* 1.5494739))))
0 Kudos
ThomasKwan
New Contributor
Thank you for responding to my problem. The solutions put forth here solved the problem! Couldn't be more happier. I should use these forums more often!
0 Kudos