Let $F(n)$ denote the $n^{\text{th}}$ Fibonacci number$^{[1]}$$\!^{[2]}$$\!^{[3]}$. The Fibonacci numbers have a natural generalization to an analytic function of a complex argument: $$F(z)=\left(\phi^z - \cos(\pi z)\,\phi^{-z}\right)/\sqrt5,\quad\text{where}\,\phi=\left(1+\sqrt5\right)/2.\tag1$$ This definition is used, for example, in Mathematica.$^{[4]}$ It produces real values for $z\in\mathbb R$, and preserves the usual functional equation for Fibonacci numbers for all $z\in\mathbb C$: $$F(z)=F(z-1) + F(z-2).\tag2$$
The fibonorial$^{[5]}$$\!^{[6]}$$\!^{[7]}$ is usually denoted as $n!_F$, but here we prefer a different notation $\mathfrak F(n)$. It is defined for non-negative integer $n$ inductively as $$\mathfrak F(0)=1,\quad \mathfrak F(n+1)=\mathfrak F(n)\times F(n+1).\tag3$$ In other words, the fibonorial $\mathfrak F(n)$ gives the product of the Fibonacci numbers from $F(1)$ to $F(n)$, inclusive. For example, $$\mathfrak F(5)=\prod_{m=1}^5F(m)=1\times1\times2\times3\times5=30.\tag4$$
Questions: Can the fibonorial be generalized in a natural way to an analytic function $\mathfrak F(z)$ of a complex (or, at least, positive real) variable, such that it preserves the functional equation $(3)$ for all arguments?
Is there an integral, series or continued fraction representation of $\mathfrak F(z)$, or a representation in a closed form using known special functions?
Is there an efficient algorithm to calculate values of $\mathfrak F(z)$ at non-integer arguments to an arbitrary precision?
So, we can see that the fibonorial is to the Fibonacci numbers as the factorial is to natural numbers, and the analytic function $\mathfrak F(z)$ that I'm looking for is to the fibonorial as the analytic function $\Gamma(z+1)$ is to the factorial.
Update: While thinking on this question it occurred to me that perhaps we can use the same trick that is used to define the $\Gamma$-function using a limit involving factorials of integers: $$\large\mathfrak F(z)=\phi^{\frac{z\,(z+1)}2}\cdot\lim_{n\to\infty}\left[F(n)^z\cdot\prod_{k=1}^n\frac{F(k)}{F(z+k)}\right]\tag5$$ or, equivalently, $$\large\mathfrak F(z)=\frac{\phi^{\frac{z\,(z+1)}2}}{F(z+1)}\cdot\prod_{k=1}^\infty\frac{F(k+1)^{z+1}}{F(k)^z\,F(z+k+1)}\tag{$5'$}$$ This would give $$\mathfrak F(1/2)\approx0.982609825013264311223774805605749109465380972489969443...\tag6$$ that appears to have a closed form in terms of the q-Pochhammer symbol: $$\mathfrak F(1/2)=\frac{\phi^{3/8}}{\sqrt[4]{5}}\,\left(-\phi^{-2};-\phi^{-2}\right)_\infty\tag7$$ and is related to the Fibonacci factorial constant.
(Main Result: I have a formula for what you want, its practical and it works!)
Since you ask multiple questions, I suppose what follows isn't a complete answer. I learned this trick the other day, so I'm more than happy to share it here,
If you want an integral that can generalize the recurrence,
$$(1) \quad \mathfrak F(0)=1,\quad \mathfrak F(n+1)=\mathfrak F(n)\times F(n+1).$$
You can do so by assuming the formula is of a certain form and that $k(t,n)$ satisfies a delay differential equation.
$$(2) \quad \mathfrak F(n)=\int_0^{\infty} e^{-t} \cdot k(t,n) \ dt$$
We can then demand that the eigenvalue for the differential operator is equal to $F(n+1)$.
$$(3) \quad \partial_t [k(t,n+1)]=F(n+1) \cdot k(t,n)$$
It then follows that applying integration by parts to $(2)$ yields,
$$\mathfrak F(n+1)=\int_0^{\infty} e^{-t} \cdot k(t,n+1) \ dt={F(n+1)} \cdot \int_0^{\infty} e^{-t} \cdot k(t,n) \ dt={F(n+1)} \cdot \mathfrak F(n)$$
$$\Rightarrow \mathfrak F(n+1)=\mathfrak F(n)\cdot F(n+1).$$
To obtain an explicit form for the integration kernel, we must solve $(3)$, which is classified as a delay differential equation. Whether or not an explicit solution exists is uncertain without further investigation. However, the kernel can certainly be found numerically.
However, we can certainly define the kernel that satisfies $(3)$ to be the Fibonacci kernel.
Tentative (Approximate) Solution
I didn't post this originally because its a bit cheap for a solution. Effectively, this solution indexes the new factorial differently. Set,
$$k(t,n)=t^{F(n)}$$
And also we have,
$$F(z)=(\phi^z-\cos(\pi \cdot z) \cdot \phi^{-z})/\sqrt{5}$$
Then we have,
$$\mathfrak F(n+1)=\mathfrak F(F^{-1}(F(n+1)-1)) \cdot F(n+1)$$
instead of,
$$\mathfrak F(n+1)=\mathfrak F(n) \cdot F(n+1)$$
Asymptotics and a Formula
I've switched notation since its the reason I came up with this. According to Wolfram Alpha, we have this relation for the asymptotics of the fibonorial,
$$(4) \quad n!_F \sim C \cdot \cfrac{\phi^{n \cdot (n+1)/2}}{5^{n/2}}$$
Given this, lets hope we can find a function $g(n,t)$ such that,
$$(5) \quad \lim_{n \rightarrow \infty} \cfrac{n!_F \cdot g(n,t)}{(n+t)!_F}=1$$
I find that, and I leave you to verify, that,
$$(6) \quad g(n,t)=5^{-t/2} \cdot \phi^{(t^2/2+t/2)} \cdot \phi^{n \cdot t}$$
Now that we know what $g(n,t)$ is, multiply by both sides by $t!_F$ and simplify, assuming $t$ is a positive integer. We get,
$$(7) \quad t!_F=\lim_{n \rightarrow \infty} \cfrac{n!_F \cdot g(n,t)}{F(1+t) \cdot F(2+t) \ ...\ F(n+t)}$$
Now we formally extend $t$ from $N \gt 0$ to $t \in C$. Using this, I can construct (perhaps the first?!) table of "F-Gamma" values using $n!_F=\mathfrak F(n+1)$,
$$ \begin{array}{c|lcr} n & \mathfrak F(n) & \ln(\mathfrak F(n))\\ \hline 1 & 1 & 0\\ 1.1 & 0.966975 & -0.033582\\ 1.2 & 0.951630 & -0.049579\\ 1.3 & 0.951521 & -0.049692\\ 1.4 & 0.963404 & -0.037283\\ 1.5 & 0.982610 & -0.017543\\ 1.6 & 1.003127 & 0.003122\\ 1.7 & 1.018567 & 0.018396\\ 1.8 & 1.023911 & 0.023630\\ 1.9 & 1.017193 & 0.017048\\ 2.0 & 1 & 0\\ \end{array} $$
Here's a graph (I didn't say it'd be pretty ;))
Check the recurrence, defined in $(1)$. It works!!!