eve11: (Default)
Fandom Snowflake Challenge #3: "In your own space, tell us who, from one of your fandoms, would you most want to have dinner with (or tea, or a random afternoon visit), And why? This could be a creator, an actor, a costumer, a set designer, a director, a character, a composer, anybody! What would you talk about? What are you dying to know?"

Hm. This is tough because I don't like having dinner with strangers. Tea/random afternoon visit/other? Hm. Someone fun? Amy and Rory from Doctor Who might have a good visit. Or maybe Foggy Nelson from Daredevil. Or John Crichton from Farscape. I have no idea what we'd talk about. Family, weird or silly stories.

Evelyn Smythe would at least have good chocolate cake on hand. There's a plus.
eve11: (Default)
Holy smokes, I know I've said this twice over before, but if you have some time and want to read a good story with Thirteen and the fam, go check out jamais vu by [archiveofourown.org profile] wreckageofstars. It's still a WIP so I can't rec it yet on [community profile] tardis_library but my goodness, it's just phenomenal. It's got all the depth and feeling and charisma that the current scripts (imo) are lacking. Visual, visceral, complex storytelling. I can't say enough about it.
eve11: (Default)
[personal profile] thisbluespirit pointed out this comm ([community profile] snowflake_challenge) and I'm going to see if it gets me feeling more fannish. The first challenge is to introduce yourself in your own space. Almost all of my space is filtered so most peopel reading this know me already, but I'll make this one public :)

I am [personal profile] eve11, and yes that's a reference to the X-files. Star Trek TNG was probably my first fandom, and X-files was my second. I got into fic writing in college and probably did way worse on my math II GRE than I should have because I spent 3 weeks writing a Mystery Science Theater 3000 take on the X-files series 6 finale "Biogenesis" (complete with self-inserts of all of my message board friends in the bumpers) instead of studying. I took way longer to finish my PhD than I should have, partly because Farscape got cancelled in the middle of grad schooling and I kiiind of went off the deep end for trying to get it back on the air. I spent a few summers building elaborate costumes for DragonCon instead of working on my dissertation.

In the intervening years I've been a serial fandom monogamist: Farscape, X-men, Stargate, Buffy, Angel, and now for a long time, Doctor Who. There are others I'm missing, I'm sure. Eleven is my favorite New Who doctor, and I have a soft spot in my heart for audio Six as well. I have been writing fanfiction (generally veeery slowly) since about 1997.

In real life I am a statistician/data scientist, a math nerd, and I enjoy cooking, sewing sci-fi costumes, and playing ice hockey. I crib from my day job a lot in stories. They say to write what you know. Somehow, despite coming rather late to Ao3, I managed to get [archiveofourown.org profile] eve11 there before anyone else wanted it. Whew.

(I should also add that the bulk of my journal is friendslocked, including a mix of fannish and these days mostly RL posts, but my fic and recipes are all public. I will try to do better unlocking fannish posts but if you want to talk you can add me and I will add you back. RL stuff I talk about includes cats, job stress, house remodeling, fertility woes, etc.)

Rec

Dec. 21st, 2020 11:29 am
eve11: (Default)
Short read. The loss may be more complicated and fantastic, but the sadness is true because it's in the details that we all recognize.

Some got left behind. River and Brian bond in the garden of Amy and Rory's house after the events of the Angels Take Manhattan.
eve11: (Default)
XKCD is on point, yet again

(My advisor, who is a pretty famous statistician, called that the "inter-ocular acuity test". Eg, it hits you right between the eyes.)
eve11: (Default)
Signature matching (software algorithms or people) is not good nor accurate enough to use to disqualify ballots. The people who want to use it need a good lesson in the Base Rate Fallacy, aka Bayes Rule.

The problem is that enacting a giant sweeping measure for all persons, in order to try and catch a miniscule amount of actual cheating, will do nothing more than disenfranchise large amounts of perfectly legitimate voters. Even if the software is very accurate. Which it is not, I will say. My signature changes from time to time, and from circumstance to circumstance. I just got signature-rejected earlier this year from my Fidelity account when I tried to write a large check to my contractor. They disallowed it because "the signatures didn't match." But they did. Both were my signature. I ended up having to perform direct wire transfers (at $15 a pop) because they wouldn't change their verification methods.

Here is an example of the math.

Suppose that you have a signature matching machine that is 99.9 percent accurate for both matches and non-matches. Actually that's unlikely. It's probably way better at detecting true mismatches.

Let's instead assume that it is 99.99 percent accurate in detecting when two signatures truly don't match. And let's assume it is 99.9 percent accurate in detecting when two signature truly do match. Eg, it's very good and very accurate. It could be an algorithm, a person, etc.

Suppose the population that we send to this machine is a collection of voting ballots. In this collection, let's say a whopping 0.5% of the ballots were fraudulently cast by someone forging a signature. This is likely WAAAAY larger than what you would actually see in person. Eg that would mean that 1 out of every 200 ballots was fraud. But the effect gets only more lopsided the lower the fraud rate is, so let's start with that.

Suppose you get a ballot back and it has been flagged by your machine as a non-match. What is the probability that this ballot truly is fraudulent?

The problem here is that the initial accuracy of the machine is taken with respect to two different populations: we know it is 99.99% accurate on anything that is truly fraud, and 99.9% accurate on anything that is truly honest. But when we get a ballot back with a mark, we don't know whether it is fraudulent or honest. The marks are a mix of true positives and false positives. And the chances of it being fraudulent or honest given that it was marked as such depend on the overall rate of fraud in the population.

The math looks like this (where "|" means "conditioned on", eg Pr(A | B) means Probability of A given we know B):

Pr( Fraudulent | Marked by our machine ) =


Pr(Fraudulent) * Pr(Marked | Fraudulent)
------------------------------------------------------------------------------------------
Pr(Fraudulent) * Pr(Marked | Fraudulent) + Pr(Not Fraudulent) * Pr(Marked | Not Fraudulent)


The numerator is an expression that gives us the percent of ballots that are both Fraudulent and marked as such. The denominator is the expression for the the percent of ballots that are marked as fraudulent, including both the true positives from the numerator (the first term in the sum), and the non-fraudulent ones that are accidentally marked (the second term in the sum).

The numbers for our very accurate machine are:

= 0.005*0.9999 / (0.005*0.9999 + 0.995*0.001)

= 0.834 or 83.4% chance of being fraudulent given it was marked.

Is 83.4 percent a good number? I mean it's pretty high. But let's examine it further. What it means is that 17% of these marked ballots that we are throwing away are wrong. How many marked ballots are there? That's the denominator. It is about 0.06% of all ballots. So now I've thrown away 100 good votes to try and catch 500 bad ones. Is that a good tradeoff?

What happens if the machines aren't nearly as accurate as 0.999 on true matches? Suppose they will as before, almost always flag a true mismatch, but they are only 99% accurate at discovering true matches. Maybe 1% of the population just doesn't have that consistent of a signature. (Apparently I am in that 1% if my bank is concerned. Wrong 1% to be in wrt a bank account, *sigh*)

Then the numbers are:

= 0.005*0.9999 / (0.005*0.9999 + 0.995*0.01)

= 33% chance of truly being fraudulent if it is marked.

And now, to try and catch the 1 in 200 people who are cheating, we've gone and disenfranchised 1 in 100 who aren't. We've flagged 1.5% of ballots, and two thirds of them were perfectly honest.


What if the population of cheaters is way less than 1 in every 200 ballots? What if it's 1 in every 2000? For our more accurate machine that is 99.9% accurate on non-fraudulent ballots we have

= 0.0005*0.9999 / (0.0005*0.9999 + 0.9995*0.001)

= 8% chance of truly being fraudulent when it is marked. And we have disenfranchised 0.5% of voters trying to catch ten times fewer than that.


Dare I ask what the numbers are for our less accurate algorithm? The one that is only 99% good at marking honest ballots as honest? Those numbers are:

= 0.0005*0.9999 / (0.0005*0.9999 + 0.9995*0.01)

= 4.7% chance of being fraudulent if it is marked. Almost 96% of flagged ballots will be honest in this case, and we are marking 1% of ballots. We are disenfranchising 1 out of 100 honest voters to try and catch 1 in 2000 who are cheating.

Those numbers just don't add up.
eve11: (Default)
Deviation from Benford's Law is not proof of election fraud. The above article does a good job of explaining this: the bounds on precinct populations and counties do not span the orders of magnitude needed for the logarithmic distribution of first digits to take effect.

OMG dying

Oct. 16th, 2020 09:29 am
eve11: (Default)
Modern day Pythonesque... This made me laugh so much...

Jogging in tune to A-Ha and even better, Part 2! (Part 2 contains some nsfw language)

Rec

Oct. 14th, 2020 08:04 pm
eve11: (dw_TARDIS_triangles)
It's still a WIP, and I know I've recc-ed it here before, but the author is updating Jamais Vu again after a few months away and it is as captivating as it was before. Really has an amazing sense of place--Montreal, 1970, turbulent time amid a turbulent time. It's kind of a Thirteenth Doctor "Human Nature" story, but the danger in this one is bigger and more atmospheric and scarier than just a monster. And there's still a love story, and there's a muddled TARDIS who projects a little "inexplicably Scottish" girl to interact with Yaz, and there's Ryan who is terrible at lying but who always finds a way to fit in, and Yaz who never does. IDK. I'm not a huge fan of Thirteen in canon but this author really gives depth to the characters and is really fantastic at setting the mood with the physical backdrop and the characters.
eve11: (downingtown)
So sad. He was only my age. Fuck cancer.
eve11: (Default)
I read some Doctor Who books with Twelve and Bill:

Review/discussion Under the cut )
eve11: (Default)
Big Finish Audios with the Lone Centurion!

Awww... I just read this fic last night too. Long and light but also a lot of fun. But defintely, yes to official stories with Rory the Roman!
eve11: (Default)
Bother, my crossposting seems to have stopped working. :(
eve11: (Default)
Just got a call from [personal profile] a_phoenixdragon who wanted to let folks know that they have made it up to their destination city safe and sound and are setting up for job searches and apartment hunting. (and LJ is being difficult). They are not out of the woods yet and things will be tight for a while still until they can get established. Any bit helps so please keep the help coming if you can.

Radio Free Monday post.

GoFundMe Campaign Link
eve11: (Default)
I posted this over at [community profile] tardis_library but am reposting here. I really enjoyed this story, just a good Eleventh Doctor could-be-episode story. Read on!

Title: First Responders
Author: PlumOolong
Characters: Eleven, Rory, Amy
Summary: Amy and Rory's vacation weekend with the Doctor takes a turn as the TARDIS whisks them away to answer a distress call. They find a disabled cargo ship, its cheery AI, and its pilot who is screaming in pain from no obvious source. Rory must use his nursing skills to keep the pilot alive, Amy must work on her own to fix the ship and the Doctor must rely on the power of his mind to get to the alien entity at the bottom of the mystery--if he can do it without breaking the TARDIS or himself.

Reason for Reccing: The summary above definitely hits the plot points but the execution is really well done. It's like a lost episode between Asylum of the Daleks and Angels Take Manhattan, with visual world-building, imaginative and well-rounded OCs, spot-on dialogue and pace and storytelling, and understands how to put characters in situations that let both their vulnerability and strength come through, while understatedly pointing out how well this TARDIS team complements and relies on each other. Just a gem all around for this era.

Link:https://archiveofourown.org/works/20713316
eve11: (Default)
D got tortellini to make and because I've decided diets are for chumps, I was like, "Oh, we have asparagus and fresh tomatoes, and they would be great with tortellini in a lemon garlic cream sauce." So I made lemon garlic cream sauce tonight. It came out really well and D told me to write it down so we can re-create it.

I started with this blog post which I will post below in case it gets taken down

lemon garlic cream tortellin-not-fettucinne )
eve11: (Default)
Someone could do a really crazy dark Doctor Who multi era Doctor/Companion vid to Come Along by Cosmo Sheldrake. If someone were inclined.

Profile

eve11: (Default)
eve11

December 2022

S M T W T F S
    123
45678910
11121314151617
18192021222324
25262728293031

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 8th, 2025 01:19 am
Powered by Dreamwidth Studios