0

I would like to solve a least-square optimization problem using Google Script.

Is there a way to solve such mathematical optimization problems with Google Apps Script? Are there APIs or services to connect to that solve such much advanced math problems?

Chris
  • 11
  • 1

1 Answers1

0

There qre no builtin services in gas that do that. Write the js code or find a js library that does it.

Zig Mandel
  • 19,571
  • 5
  • 26
  • 36