Uploaded by Background Pony #26AD
 1200x1007 JPG 146 kB
Interested in advertising on Derpibooru? Click here for information!
Sky Railroad Merch Shop!

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Description

No description provided.

safe2280944 ai voice794 artist:fanzeem101 fifteen.ai581 part of a set27125 twilight sparkle371598 gynoid881 pony1710997 robot12401 robot pony6688 unicorn587469 g42123178 book46019 chalkboard3768 female1911819 math1006 roboticization889 solo1503533 thinking2900 twibot150 unicorn twilight37986

Comments

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ ~sub~

Detailed syntax guide

Background Pony #EE55
Non-Fungible Trixie -
My Little Pony - 1992 Edition
Wallet After Summer Sale -

Hash value is #55EE
@I Was Never Here
Looks like it’s a probability of something.
1{x(t)=i, x(t+1)=j} only equals 1 if x(t) is i and x(t+1) is j, and is 0 otherwise.
aij^1{x(t)=i, x(t+1)=j} is thus only meaningful in the product when x(t)=i and x(t+1)=j, because otherwise this term will just be 1.
I suspect the equation is describing the total probability of M*M variables (labeled a11, a12, …, a1M, a21, …, a2M, …, aMM) taking on a specific set of possible values through T time steps. Each step’s value is only dependent on the previous step’s value.
…and that’s only describing the first half of the first formula on the top.
The second line takes log of first line to convert multiplication into summation, so it’s easier to handle (both for human and for computers). The small pi that came from nowhere might describe the probabilities of the initial condition, x(0). The expression in the power doesn’t exactly match what’s in the first line, so I assume either the artist or the commissioner omitted some key assumptions.