Skip to content
Snippets Groups Projects
Unverified Commit 8b60810b authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony Committed by GitHub
Browse files

Merge pull request #28328 from mantidproject/16480_add_user_function_md_documentation

Add documentation for UserFunctionMD
parents a7eb0d74 6e72f343
No related branches found
No related tags found
No related merge requests found
.. _func-UserFunctionMD:
==============
UserFunctionMD
==============
.. index:: UserFunctionMD
Description
-----------
A UserFunctionMD is the multi-dimensional equivalent of :ref:`UserFunction <func-UserFunction>`. It is defined by a string formula.
The formula is assigned by setting string attribute Formula:
`` "name=UserFunctionMD,Formula=a + y + (b + 0.1*y) * x, a=0, b=2"``
The fitting parameters become defined only after the Formula attribute is set that is why Formula must
go first in UserFunctionMD definition.
.. attributes::
.. properties::
.. categories::
.. sourcelink::
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment